Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

hexaforce
Copy link
Contributor

@hexaforce hexaforce commented Aug 29, 2025

Overview

Migration to replace esri_world_topo with default in published data.

What I've done

Replace esri_world_topo with default in scene and story data. The migration targets data that is currently published.

  "property": {
    "tiles": [
      {
        "id": "01k3q5sr641e170tgc2z5h4m9h",
        "tile_type": "esri_world_topo"
      }
    ]
  },

πŸ‘‡πŸ‘‡πŸ‘‡

  "property": {
    "tiles": [
      {
        "id": "01k3q5sr641e170tgc2z5h4m9h",
        "tile_type": "default"
      }
    ]
  },

What I haven't done

How I tested

Which point I want you to review particularly

Memo

@hexaforce hexaforce changed the title feat(server): Migration to replace esri_world_topo with default in published data. feat(server): Migration to replace esri_world_topo with default in published data [VIZ-2213] Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant