Skip to content

Commit

Permalink
Merge branch 'develop' into premain
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroCodes committed Feb 27, 2024
2 parents 77b67a8 + 6a4e497 commit fe16333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
15/09/2023 - Versión 4.8.0
- Se activa nueva política de versionado de CORE y plugins
- Se implementa plugin layerswitcher para la gestión de capas dejando obsoleto el plugin fulltoc y toc
- Se implementa plugin printerviewmanagement para la gestión de impresión dejando obsoletos los plugins printermap, georefimage y georefimae2
- Se implementa plugin comparators para la gestión de comparaciones dejando obsoletos los plugins transparency, lyrcompare, mirrorpanel y comparepanel
- Se implementa plugin modal para sustituir al plugin popup
- Se implementa método getSupportedProjs para conocer las proyecciones disponibles. M.impl.ol.js.projections.getSupportedProjs()
Expand Down
3 changes: 3 additions & 0 deletions api-ign-js/src/plugins/comparators/src/facade/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,6 @@ export const transformToLayers = (layers, index) => {
return transform;
};

export const formatearID = (str) => {
return str.replace(/[^\w$]/g, '');
};

0 comments on commit fe16333

Please sign in to comment.