Skip to content

Commit

Permalink
fix: migrate VT style for buildings Control
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 5, 2024
1 parent ca5a35f commit 90bb57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Itowns/Controls/Buildings.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Buildings.prototype.addMNT = function (globe) {
* @param {options} options for the buildings control
*/
Buildings.prototype.addBuildings = function (options) {
var vectorStyle = "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/essentiels/standard.json";
var vectorStyle = "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/standard.json";
var layerId = "VTBuilding";
// ---------- DISPLAY VECTOR TILED BUILDING DATA AS 3D MESHES : ----------
// Define the source of the building data : those are vector tiled data from the geoportail.
Expand Down

0 comments on commit 90bb57a

Please sign in to comment.