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

Rolling Doc Changes July 2020 #26

Merged
merged 46 commits into from
Dec 17, 2020
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
12f7ba7
Added WGS 84 requirements to Extent Import Feature
IronRico Jun 12, 2020
158075e
Removed reference to 'Highlights"
IronRico Jun 15, 2020
9692eb0
New sidebar shot with no highlights
IronRico Jun 15, 2020
9b4b4d5
Update fast-scrolling.md
IronRico Jun 15, 2020
1392d17
Update fast-scrolling.md
IronRico Jun 15, 2020
ab3440e
New Fast Scrolling ScreenShot
IronRico Jun 15, 2020
61ed0a8
Deleted image as it was in the wrong area
IronRico Jun 15, 2020
ed21282
New Screenshot for FastScrolling
IronRico Jun 16, 2020
6d0924c
Updated Fast Scrolling
IronRico Jun 16, 2020
cca2dfd
Update fast-scrolling.md
IronRico Jun 16, 2020
61f43c4
Added Online Transfer Screenshot
IronRico Jun 20, 2020
928965a
Delete Online Transfer Option.PNG
IronRico Jun 20, 2020
519103c
New Online Transfer Option Screenshot
IronRico Jun 20, 2020
447a6a4
Online Transfer Option markdown file
IronRico Jun 20, 2020
6edfb35
Added "Online Transfer" option page
IronRico Jun 20, 2020
e915c9a
Update reference/edit-window/metadata/extent-panels/features-import.md
IronRico Jul 12, 2020
ffc6426
Update tutorial/editor-window-parts/secondary-sidebar/fast-scrolling.md
IronRico Jul 12, 2020
b18e19f
Update onlineOption.md
IronRico Jul 12, 2020
6322f85
Update onlineOption.md
IronRico Jul 13, 2020
6593de2
Update onlineOption.md
IronRico Jul 13, 2020
b1c5848
Create onlineTransferOption.md
IronRico Jul 13, 2020
58f0b88
Update transferOption.md
IronRico Jul 13, 2020
a21051e
Update timeDuration-obj.md
IronRico Jul 13, 2020
83ad2b2
Update SUMMARY.md
IronRico Jul 13, 2020
10eef11
Update onlineTransferOption.md
IronRico Jul 13, 2020
94abe3e
Update transferOption.md
IronRico Jul 14, 2020
348ee48
Create onlineTransferOption.md
IronRico Jul 14, 2020
9761a84
Create timeDuration-obj.md
IronRico Jul 14, 2020
86650af
Added General Settings Image
IronRico Jul 19, 2020
3ed6068
Update settings-general.md
IronRico Jul 19, 2020
8cf1ac8
Update settings-general.md
IronRico Jul 19, 2020
d783715
Update settings-general.md
IronRico Jul 19, 2020
f2f3c42
Update settings-general.md
IronRico Jul 19, 2020
0901f91
Update settings-general.md
IronRico Jul 19, 2020
1db7a92
Updated Attribute Array Image
IronRico Jul 28, 2020
dfd12b2
Update attribute-section.md
IronRico Jul 28, 2020
ac81eac
Update attribute-section.md
IronRico Jul 28, 2020
e643b6d
Delete onlineOption.md
IronRico Aug 4, 2020
d799e07
Update SUMMARY.md
IronRico Aug 4, 2020
4575174
https://github.com/IronRico/mdEditor-doc
IronRico Aug 9, 2020
1c8c58f
New Clear Cache Image
IronRico Aug 9, 2020
e8b970f
Update clear-cache.md
IronRico Aug 9, 2020
2f2dd4d
New ClearBrowserCache Screenshot
IronRico Aug 18, 2020
aa9ff78
Update clear-cache.md
IronRico Aug 18, 2020
fe99bdf
Update tutorial/editor-window-parts/secondary-sidebar/fast-scrolling.md
IronRico Sep 9, 2020
04d5419
Update reference/import-window/clear-cache.md
IronRico Sep 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ __Drag & Drop__ The map supports dragging a file from your file explorer and dr

---

{% hint style='info' %}
**Please Note:** Imported data needs to utilize the widely used World Geodetic System 1984 (WGS 84) [WGS84] coordinate reference system. This has longitude and latitude set in units of decimal degrees. For more details on this, please visit <a href="https://epsg.io/4326" target="_blank">the espg.io coordinate support site</a>. Here you can find details for the defined unit measurements as well as popular file export options.
{% endhint %}




* __CSV__ (Comma or Tab delimited) text file

The import process searches column heading names for clues to locating geographic and other information.
Expand Down