-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: 🚚 Move ArcGIS Pro files to separate folder * chore: track stylx with git lfs * chore: 🙈 Add .gitignore to "ArcGIS Pro" folder * chore: Add ArcGIS Pro files * feat: export button now exports line layer * chore: Add ArcGIS Pro style files * build: ⬆️ update pnpm * build: ⬆️ upgrade dev dependencies * refactor: 💄 Simplify route segment symbology
- Loading branch information
1 parent
205e3bb
commit e762b38
Showing
17 changed files
with
223 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
GpMessages | ||
Index | ||
.backups |
Binary file not shown.
Git LFS file not shown
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This folder is for ArcGIS Pro files used to create symbology for this app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"features": [ | ||
{ | ||
"id": 1, | ||
"geometry": { | ||
"coordinates": [ | ||
[-117.41114857985451, 47.66097488626905], | ||
[-117.41126943265623, 47.66086873628804], | ||
[-117.41128445651663, 47.66084316207008] | ||
], | ||
"type": "LineString" | ||
}, | ||
"properties": { | ||
"OBJECTID": 1, | ||
"Route": "002COBROWNE", | ||
"Direction": "I", | ||
"Srmp": 287.45, | ||
"Back": "", | ||
"EndSrmp": 287.46, | ||
"EndBack": "" | ||
}, | ||
"type": "Feature" | ||
} | ||
], | ||
"type": "FeatureCollection" | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.