I received today a map design created by a certain designer, he created it with a pure html language, and added the corresponding css, and script files to the folder, then he included a json file, which from there he is getting is shown the zone name (on user hovering) along with the number of people who live within that zone, I want to embed this design within my website, how to do that, please check these screenshots to understand the project structure
Hi Farah You need to upload the map.json file to the web folder. Then you can embed the HTML using web part like Static HTML where you can reference to that JSON file like "~/map.json"
Thank you very much, I just thought there was a webpart for static json files. but your answer will work too.
Please, sign in to be able to submit a new answer.