{"id":20515616,"url":"https://github.com/ignf/geoportal-extensions-openlayers-samples","last_synced_at":"2026-03-05T07:32:27.972Z","repository":{"id":147293844,"uuid":"355109186","full_name":"IGNF/geoportal-extensions-openlayers-samples","owner":"IGNF","description":"French Geoportal Extensions for well-known javascript mapping library OpenLayers : samples","archived":false,"fork":false,"pushed_at":"2025-06-12T08:34:10.000Z","size":28297,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-08T05:55:39.047Z","etag":null,"topics":["generator","geoportail","geoportal-extensions","openlayers","samples","vuejs"],"latest_commit_sha":null,"homepage":"https://ignf.github.io/geoportal-extensions-openlayers-samples/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IGNF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-06T08:09:41.000Z","updated_at":"2025-06-12T08:34:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"314cb89b-e7ee-4bfc-9370-39a32f8a8aba","html_url":"https://github.com/IGNF/geoportal-extensions-openlayers-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IGNF/geoportal-extensions-openlayers-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-extensions-openlayers-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-extensions-openlayers-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-extensions-openlayers-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-extensions-openlayers-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IGNF","download_url":"https://codeload.github.com/IGNF/geoportal-extensions-openlayers-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-extensions-openlayers-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30114256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generator","geoportail","geoportal-extensions","openlayers","samples","vuejs"],"created_at":"2024-11-15T21:23:26.061Z","updated_at":"2026-03-05T07:32:27.936Z","avatar_url":"https://github.com/IGNF.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Publish samples project ...](https://github.com/IGNF/geoportal-extensions-openlayers-samples/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/IGNF/geoportal-extensions-openlayers-samples/actions/workflows/build.yml)\n[![DeepScan grade](https://deepscan.io/api/teams/12425/projects/17129/branches/382181/badge/grade.svg)](https://deepscan.io/dashboard#view=project\u0026tid=12425\u0026pid=17129\u0026bid=382181)\n\n# vuejs / geoportal-extensions\n\nExemples d'utilisation de l'API des extensions du Géoportail (geoportal-extensions).\n\n![Exemple Image](capture.png)\n\n## Prerequisites\n\n* [Git](https://git-scm.com/)\n* [Node.js](https://nodejs.org/) (with npm)\n* [VueJS](https://fr.vuejs.org/)\n* [Google Chrome](https://google.com/chrome/)\n* [DevTool VueJS](https://devtools.vuejs.org/guide/installation.html)\n\n**NOTE**\n\u003e testé avec nodeJS 16.14.0 / npm 8.3.1\n\n## Installation\n\n* `npm install`\n\n## Running / Development\n\n* `npm run serve`\n* Visit your app at [http://localhost:8085](http://localhost:8085).\n\n### Linting\n\n* `npm run lint`\n* `npm run lint -- --fix`\n\n### Building\n\n* `npm run build` (production)\n* `npm run build -- --mode development` (development)\n\n### Upgrade UI\n\nExtract widget options from jsdoc to update UI\n\n* `npm run doclets`\n\n### Deploying\n\nSpecify what it takes to deploy your app.\n\n### Docker\n\n* `docker build -t dockerize-vuejs-app .`\n* `docker run -it -p 8888:80 --rm --name dockerize-vuejs-app-1 dockerize-vuejs-app`\n\navec un accès à notre app sur http://localhost:8888\n\n## Upgrade dependencies\n\n\u003chttps://blog.vuejs.org/posts/vue-2-7-naruto#vue-cli-webpack\u003e\n\n## Migrate to Vue3\n\n\u003chttps://v3-migration.vuejs.org/\u003e\n\nDownload Pdf : \u003chttps://www.vuemastery.com/migration-guide-cheat-sheet/\u003e\n\n## Further Reading / Useful Links\n\n* [vue.js](https://fr.vuejs.org/)\n* [vue-cli](https://cli.vuejs.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignf%2Fgeoportal-extensions-openlayers-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignf%2Fgeoportal-extensions-openlayers-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignf%2Fgeoportal-extensions-openlayers-samples/lists"}