@datosgeo-atdt/geo-ui 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -146,7 +146,7 @@ Muestra **solo** las entidades seleccionadas y ajusta el mapa automáticamente a
146
146
  |------|------|---------|-------------|
147
147
  | `pmtilesUrl` | `string` | `"https://www.datosgeoespaciales.atdt.gob.mx/datalake/pmtiles/componente/entidad.pmtiles"` | URL del archivo PMTiles remoto. **Por defecto usa el PMTiles de entidades de México** |
148
148
  | `sourceLayer` | `string` | `"entidad"` | Nombre de la capa vectorial dentro del PMTiles |
149
- | `joinGeomKey` | `string` | `"CVE_ENT"` | Campo de la geometría para hacer el join (también usado como `promoteId`) |
149
+ | `joinGeomKey` | `string` | `"cvegeo"` | Campo de la geometría para hacer el join (también usado como `promoteId`) |
150
150
  | `joinCsvKey` | `string` | `joinGeomKey` | Campo del CSV para hacer el join |
151
151
  | `field` | `string` | `"valor"` | Campo del CSV con los valores a visualizar |
152
152
  | `mode` | `"boolean" \| "jenks"` | `"boolean"` | Modo de estilo: booleano o clasificación Jenks |
package/dist/geo-ui.js CHANGED
@@ -26056,7 +26056,7 @@ async function sx(F, C, D, $ = "bbox", Q) {
26056
26056
  return console.error("Error buscando feature en PMTiles:", ue), null;
26057
26057
  }
26058
26058
  }
26059
- const Nu = "pmtiles-source", Wf = "pmtiles-fill", ax = "https://www.datosgeoespaciales.atdt.gob.mx/datalake/pmtiles/componente/entidad.pmtiles", ox = "entidad", lx = "CVE_ENT", xx = ({
26059
+ const Nu = "pmtiles-source", Wf = "pmtiles-fill", ax = "https://www.datosgeoespaciales.atdt.gob.mx/datalake/pmtiles/componente/entidad.pmtiles", ox = "entidad", lx = "cvegeo", xx = ({
26060
26060
  pmtilesUrl: F = ax,
26061
26061
  sourceLayer: C = ox,
26062
26062
  joinGeomKey: D = lx,