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

feat: add map components documentation #97

Merged
merged 35 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5d25591
docs: add map component documentation (WIP)
shimoncohen Sep 27, 2024
150f6d3
docs: add vector map component features
shimoncohen Oct 9, 2024
80f5f51
Merge branch 'master' of github.com:MapColonies/developer-portal into…
shimoncohen Oct 10, 2024
43b8877
docs: add knowledgebase sidebar
shimoncohen Oct 10, 2024
dba78b4
docs: add knowledgebase sidebar
shimoncohen Oct 10, 2024
343ce10
Merge branch 'add-map-component-documentation' of github.com:MapColon…
shimoncohen Oct 10, 2024
2542170
chore: remove FAQ deom knowledgebase
shimoncohen Oct 10, 2024
49a9567
fix: links to terms
shimoncohen Oct 11, 2024
9fe36d8
Update docs/KnowledgeBase/MapViewers/README.md
shimoncohen Oct 11, 2024
176e6e4
Update docs/KnowledgeBase/MapViewers/README.md
shimoncohen Oct 11, 2024
6c86d4b
Update docs/KnowledgeBase/MapViewers/README.md
shimoncohen Oct 11, 2024
694db46
docs: add a basic explanation about map viewers
shimoncohen Oct 11, 2024
e6fd90e
Merge branch 'add-map-component-documentation' of github.com:MapColon…
shimoncohen Oct 11, 2024
fabeb34
chore: add newlines at the end of files
shimoncohen Oct 13, 2024
f4bd84b
Merge branch 'add-map-component-documentation' of github.com:MapColon…
shimoncohen Oct 13, 2024
b7069a6
docs(map-components): fix EsriJS to ArcGIS JS SDK
shimoncohen Oct 13, 2024
d1f51dd
Update docs/KnowledgeBase/MapViewers/map-components.md
shimoncohen Oct 13, 2024
67adb0c
docs(map-components): fix supported raster data types table
shimoncohen Oct 13, 2024
fa2fbf4
Merge branch 'add-map-component-documentation' of github.com:MapColon…
shimoncohen Oct 13, 2024
89649ea
docs(map-components): move common map viewers to map viewers page
shimoncohen Oct 13, 2024
00832e2
refactor: rename map components feature page
shimoncohen Oct 13, 2024
1523ba8
docs: add knowledge base to more links in footer
shimoncohen Oct 13, 2024
48d0ba9
docs: make features formatting identical
shimoncohen Oct 14, 2024
39d0c64
docs: fix missing column in vector table
shimoncohen Oct 14, 2024
9f4f2ef
docs: remove terrain sub title under dem
shimoncohen Oct 14, 2024
b0af347
docs(map-components): add more raster features categories
shimoncohen Oct 16, 2024
8f3dd7e
docs(map-components): explain what image bands raster feature means
shimoncohen Oct 16, 2024
c833919
docs(map-components): minor changes
shimoncohen Oct 16, 2024
1f20040
docs: fix broken link
shimoncohen Oct 16, 2024
302b0b9
docs: leaflet supports vector tiles with plugins
shimoncohen Oct 30, 2024
9868cb7
docs(map components): add banners for projections and coordinate systems
shimoncohen Oct 30, 2024
c76f66c
docs(map components): add information about OGC Tiles API
shimoncohen Oct 30, 2024
371f9f8
docs: add warning for supported features
shimoncohen Nov 18, 2024
c5a2909
Merge branch 'master' of github.com:MapColonies/developer-portal into…
shimoncohen Nov 21, 2024
73a7f60
docs(map viewers): fix projection table
shimoncohen Nov 21, 2024
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
5 changes: 5 additions & 0 deletions docs/KnowledgeBase/MapViewers/map-components-comparison.md

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Consider running through chatGPT for fact-checking
  2. Consider unifying to "formats" and "features" tables, for simplicity
  3. Consider making the tables "smart" (i.e. ability to interactively choose columns)
  4. Consider running through chatGPT for formatting uniformity

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ tags:

In this page we list some features that you may be interested in and show which map viewers support them.

:::caution
Not all mentioned featuresare supported by MapColonies.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

features are

To see supported features please browse the documentation.
:::

## Projections and Coordinate Systems

:::danger
Expand Down