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

Update default config-editor map configs #320

Closed
dan-bowerman opened this issue Jun 13, 2024 · 1 comment
Closed

Update default config-editor map configs #320

dan-bowerman opened this issue Jun 13, 2024 · 1 comment
Labels
Maps Issues concerning map config generation or the FGPA tool Priority: High This task is high priority and should be tackled soon

Comments

@dan-bowerman
Copy link
Member

Maps that are created in Storylines currently do not load basemap in the basemap selector. The following should automatically be included in RAMP4 configurations created in the Editor (in both language's configs):

                "tileSchemas": [
                    {
                        "id": "EXT_NRCAN_Lambert_3978#LOD_NRCAN_Lambert_3978",
                        "name": "Lambert Maps",
                        "extentSetId": "EXT_NRCAN_Lambert_3978",
                        "lodSetId": "LOD_NRCAN_Lambert_3978",
                        "thumbnailTileUrls": [
                            "/tile/8/285/268",
                            "/tile/8/285/269"
                        ],
                        "hasNorthPole": true
                    },
                    {
                        "id": "EXT_ESRI_World_AuxMerc_3857#LOD_ESRI_World_AuxMerc_3857",
                        "name": "Web Mercator Maps",
                        "extentSetId": "EXT_ESRI_World_AuxMerc_3857",
                        "lodSetId": "LOD_ESRI_World_AuxMerc_3857",
                        "hasNorthPole": false,
                        "thumbnailTileUrls": [
                            "/tile/8/91/74",
                            "/tile/8/91/75"
                        ]
                    }
                ],

Note in the French snippet, the name labels should be "Lambert Cartes" and "Cartes de Mercator Web".

@dan-bowerman dan-bowerman added Priority: High This task is high priority and should be tackled soon Maps Issues concerning map config generation or the FGPA tool labels Jun 13, 2024
@szczz
Copy link
Member

szczz commented Sep 4, 2024

Resolved with PR #378

@szczz szczz closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maps Issues concerning map config generation or the FGPA tool Priority: High This task is high priority and should be tackled soon
Projects
None yet
Development

No branches or pull requests

2 participants