Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix npm install error on main folder #134

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions artwork-data/consolidated-artworks.json
Expand Up @@ -2145,7 +2145,10 @@
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": null
"coordinates": [
-121.9182157,
37.3733939
]
},
"properties": {
"title": "Japanese American Internment Memorial",
Expand Down Expand Up @@ -4298,7 +4301,10 @@
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": null
"coordinates": [
-121.770388,
37.2998421
]
},
"properties": {
"title": "Soaring Flight",
Expand Down
10 changes: 8 additions & 2 deletions js/art.js
Expand Up @@ -2145,7 +2145,10 @@ const art = {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": null
"coordinates": [
-121.9182157,
37.3733939
]
},
"properties": {
"title": "Japanese American Internment Memorial",
Expand Down Expand Up @@ -4298,7 +4301,10 @@ const art = {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": null
"coordinates": [
-121.770388,
37.2998421
]
},
"properties": {
"title": "Soaring Flight",
Expand Down