{"id":20515577,"url":"https://github.com/ignf/geoportal-third-party-integration","last_synced_at":"2025-09-25T11:30:35.828Z","repository":{"id":89147386,"uuid":"136198241","full_name":"IGNF/geoportal-third-party-integration","owner":"IGNF","description":"Dépôt d'exemples d'intégration des API Géoportail  dans des \"Web Framework Front-End JS\", tels que Angular, React, Ember, Meteor, ...","archived":false,"fork":false,"pushed_at":"2024-07-26T05:33:15.000Z","size":10084,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-15T21:27:24.821Z","etag":null,"topics":["angular","ember","front-end-framework","geoportail","geoportal-access-lib","geoportal-extensions-leaflet","geoportal-extensions-openlayers","leaflet","meteor","openlayers","react","vuejs"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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}},"created_at":"2018-06-05T15:29:49.000Z","updated_at":"2023-06-07T09:38:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"92c29b82-94b4-4c86-b48c-3e7986cac228","html_url":"https://github.com/IGNF/geoportal-third-party-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-third-party-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-third-party-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-third-party-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGNF%2Fgeoportal-third-party-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IGNF","download_url":"https://codeload.github.com/IGNF/geoportal-third-party-integration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234177736,"owners_count":18791620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular","ember","front-end-framework","geoportail","geoportal-access-lib","geoportal-extensions-leaflet","geoportal-extensions-openlayers","leaflet","meteor","openlayers","react","vuejs"],"created_at":"2024-11-15T21:22:58.044Z","updated_at":"2025-09-25T11:30:29.847Z","avatar_url":"https://github.com/IGNF.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3rd Party Integration API Geoportail\n\nDépôt d'exemples d'intégration des API Géoportail dans differents frameworks\ntype \"Web Framework Front-End JS\", tels que Angular, React, Ember, Meteor, Vue...\n\n\n## \"Web Framework Front-End JS\"\n\n\u003e **Liens utiles**\n\n  https://github.com/collections/front-end-javascript-frameworks\n\n  https://rubygarage.org/blog/best-javascript-frameworks-for-front-end\n\n  http://blog.ippon.fr/2018/03/12/aide-au-choix-dun-framework-javascript/\n\n_Listes des \"Web Framework Front-End JS\" utilisées dans les exemples :_\n\n- React (https://reactjs.org/)\n- Angular (https://angular.io/)\n- Ember (https://www.emberjs.com/)\n- Meteor (https://www.meteor.com/)\n- VueJS (https://fr.vuejs.org/)\n\n\n## API Géoportail\n\n_Listes des API Géoportail utilisées dans les exemples :_\n\n- Services\n- Extensions\n  - Leaflet\n  - OpenLayers\n  - Itowns (TODO)\n- SDK\n  - 2D (TODO)\n  - 3D\n\n## Listes des exemples\n\n* _[samples-geoportal-access-lib-ember](https://github.com/IGNF/geoportal-third-party-integration/tree/master/samples-geoportal-access-lib-ember) :_\n\n  Integration de l'API des Services avec Ember\n\n* _[samples-geoportal-access-lib-es6-ember](https://github.com/IGNF/geoportal-third-party-integration/tree/master/samples-geoportal-access-lib-es6-ember) :_\n\n    Integration de l'API des Services (ES6) avec Ember\n\n* _[samples-geoportal-access-lib-vuejs](https://github.com/IGNF/geoportal-third-party-integration/tree/master/samples-geoportal-access-lib-vuejs) :_\n\n    Integration de l'API des Services (ES6) avec VueJS\n\n* _[simple-map-leaflet-meteor](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-leaflet-meteor) :_\n\n    Integration de l'API des Extensions Leaflet (ES6) avec Meteor\n\n    ```\n      // leaflet\n      import L from \"leaflet\";\n      import \"leaflet/dist/leaflet.css\";\n      // extensions\n      import { Services, LExtended } from \"geoportal-extensions-leaflet\";\n      import \"geoportal-extensions-leaflet/dist/GpPluginLeaflet-src.css\";\n    ```\n    ![Exemple Image](simple-map-leaflet-meteor/exemple.png)\n\n* _[simple-map-leaflet-meteor-angular](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-leaflet-meteor-angular) :_\n\n  Integration de l'API des Extensions Leaflet (ES6) avec Meteor/Angular\n  ![Exemple Image](simple-map-leaflet-meteor-angular/exemple.png)\n\n* _[simple-map-leaflet-meteor-react](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-leaflet-meteor-react) :_\n\n  Integration de l'API des Extensions Leaflet (ES6) avec Meteor/React\n  ![Exemple Image](simple-map-leaflet-meteor-react/exemple.png)\n\n* _[simple-map-openlayers-angular](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-openlayers-angular) :_\n\n  Integration de l'API des Extensions OpenLayers (ES6) avec Angular\n  ```\n  import {View, Map } from 'ol';\n  import {Services, olExtended} from 'geoportal-extensions-openlayers';\n  ```\n  ![Exemple Image](simple-map-openlayers-angular/exemple.png)\n\n* _[simple-map-openlayers-ember](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-openlayers-ember) :_\n\n  Integration de l'API des Extensions OpenLayers (ES6) avec Ember\n  ```\n  import {View, Map } from 'npm:ol';\n  import {Services, olExtended} from 'npm:geoportal-extensions-openlayers';\n  ```\n  ![Exemple Image](simple-map-openlayers-ember/exemple.png)\n\n* _[simple-map-openlayers-react](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-openlayers-react) :_\n\n  Integration de l'API des Extensions OpenLayers (ES6) avec React\n\n  ![Exemple Image](simple-map-openlayers-react/exemple.png)\n\n* _[simple-map-SDK3D-angular](https://github.com/IGNF/geoportal-third-party-integration/tree/master/simple-map-SDK3D-angular) :_\n\n  Integration de l'API SDK3D avec Angular\n  ![Exemple Image](simple-map-SDK3D-angular/exemple.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignf%2Fgeoportal-third-party-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignf%2Fgeoportal-third-party-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignf%2Fgeoportal-third-party-integration/lists"}