{"id":21504356,"url":"https://github.com/technologiestiftung/odis-masterportal","last_synced_at":"2026-02-14T05:05:23.450Z","repository":{"id":42625078,"uuid":"304343749","full_name":"technologiestiftung/odis-masterportal","owner":"technologiestiftung","description":"Dockerized version of the masterportal.org  for exploration. Original source can be found under https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/dev/","archived":false,"fork":false,"pushed_at":"2023-07-12T16:10:57.000Z","size":8324,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-06-11T18:22:26.425Z","etag":null,"topics":["odis","open-data"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technologiestiftung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2020-10-15T13:59:21.000Z","updated_at":"2023-05-26T14:31:37.000Z","dependencies_parsed_at":"2022-09-08T03:21:58.764Z","dependency_job_id":"3e3dc948-4c51-4a41-8a45-56e718f8e792","html_url":"https://github.com/technologiestiftung/odis-masterportal","commit_stats":{"total_commits":104,"total_committers":8,"mean_commits":13.0,"dds":"0.47115384615384615","last_synced_commit":"85e9649c1d98b666589a4d472f7b1d9f517f1b1e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technologiestiftung%2Fodis-masterportal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technologiestiftung%2Fodis-masterportal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technologiestiftung%2Fodis-masterportal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technologiestiftung%2Fodis-masterportal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technologiestiftung","download_url":"https://codeload.github.com/technologiestiftung/odis-masterportal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226084433,"owners_count":17571155,"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":["odis","open-data"],"created_at":"2024-11-23T18:57:56.864Z","updated_at":"2026-02-14T05:05:18.429Z","avatar_url":"https://github.com/technologiestiftung.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)\n\n# ODIS Masterportal\n\nDockerized version of the masterportal.org for exploration. Original source can be found under https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/dev/\nBased on Masterportal Version 2.5.4\n\n## service-prototype\n\n### mastercode\n\nA few bug fixes were completed since the last official version, which are neccessary for the WFS-T module. Therefore, the folder `source/mastercode/2_6_1` holds a build of the masterportal code from the latest development version (as of 10.02.2021). When there is a new stable release, this should replace this custom build.\n\nIn addition to the compilation there was one more bug I had to fix manually (not sure if this is going to be fixed in the next release). In the WFS-T module, the projection is hard-coded into the source. (see: https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/ac189fbbca970b72b1409c9ca244057b8ecc630a/modules/wfsTransaction/model.js?at=dev#model.js-86)\n\nNote: wfst is being replaces by wfsTransaction.\n\n### ServicesBasic\n\nThis setup is based on `Basic` and extended through the new services and its using the new mastercode/2_6_1.\n\n#### Mapfish print\n\nInside ServicesBasic go to `resources/rest-services-internet.json` and add (or modify the print service):\n\n```json\n{\n  \"id\": \"mapfish\",\n  \"name\": \"Print Service Prod\",\n  \"url\": \"https://tsb-mapfishprint.onrender.com/print/\",\n  \"typ\": \"Print\"\n}\n```\n\nNext edit the config.json (mapfishServiceId must match the id from the previous json):\n\n```json\n{\n  \"Portalconfig\": {\n    \"menu\": {\n      \"tools\": {\n        \"children\": {\n          \"print\": {\n            \"name\": \"translate#common:menu.tools.print\",\n            \"glyphicon\": \"glyphicon-print\",\n            \"mapfishServiceId\": \"mapfish\",\n            \"printAppId\": \"master\",\n            \"filename\": \"Ausdruck\",\n            \"title\": \"Mein Titel\",\n            \"version\": \"mapfish_print_3\"\n          }\n        }\n      }\n    }\n  }\n}\n```\n\n#### WFS-T\n\nInside ServicesBasic go to `resources/services-internet.json` and add (or modify the wfs-t service):\n\n```json\n{\n  \"id\": \"wfs_t_id\",\n  \"name\": \"WFS-T Test\",\n  \"url\": \"https://tsb-tinyows.onrender.com\",\n  \"typ\": \"WFS\",\n  \"format\": \"image/png\",\n  \"featurePrefix\": \"tows\",\n  \"featureType\": \"tows:test_points\",\n  \"version\": \"1.1.0\",\n  \"featureNS\": \"http://www.mapserver.org/tinyows/\",\n  \"outputFormat\": \"XML\",\n  \"gfiAttributes\": {\n    \"name\": \"name\"\n  },\n  \"layerAttribution\": \"nicht vorhanden\",\n  \"legend\": true,\n  \"datasets\": []\n}\n```\n\nMost importantly:\n\n- **id**: for the next json as identifier\n- **featurePrefix**: prefix from wfs-service (if using tinyOWS with default settings: tows)\n- **featureType**: name of layer from the wfs-t service (name of table in postgres)\n- **gfiAttributes**: if attributes of service should be accessible and editable write down here\n\nNext edit the config.json:\n\n```json\n{\n  \"Portalconfig\": {\n    \"menu\": {\n      \"tools\": {\n        \"children\": {\n          \"wfst\": {\n            \"name\": \"WFS-T Tool\",\n            \"glyphicon\": \"glyphicon-globe\",\n            \"layerIds\": [\"wfs_t_id\"],\n            \"toggleLayer\": true,\n            \"layerSelect\": \"TestLayer\",\n            \"pointButton\": [\n              {\n                \"layerId\": \"wfs_t_id\",\n                \"caption\": \"Point test\",\n                \"show\": true\n              }\n            ],\n            \"lineButton\": false,\n            \"edit\": \"Edit\",\n            \"delete\": true\n          }\n        }\n      }\n    }\n  }\n}\n```\n\n- **layerIds**: Array of IDs from the services-internet.json file\n- **pointButton**: Interface for creating new points\n\nFor more details check: https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/dev/doc/config.json.md#markdown-header-portalconfigmenutoolwfst\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Lisa-Stubert\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/61182572?v=4?s=64\" width=\"64px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLisa-Stubert\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#data-Lisa-Stubert\" title=\"Data\"\u003e🔣\u003c/a\u003e \u003ca href=\"https://github.com/technologiestiftung/odis-masterportal/commits?author=Lisa-Stubert\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/technologiestiftung/odis-masterportal/commits?author=Lisa-Stubert\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.sebastianmeier.eu/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/302789?v=4?s=64\" width=\"64px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSebastian Meier\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/technologiestiftung/odis-masterportal/commits?author=sebastian-meier\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://fabianmoronzirfas.me/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/315106?v=4?s=64\" width=\"64px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFabian Morón Zirfas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/technologiestiftung/odis-masterportal/commits?author=ff6347\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-ff6347\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/vogelino\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2759340?v=4?s=64\" width=\"64px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas Vogel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/technologiestiftung/odis-masterportal/commits?author=vogelino\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003ca href=\"https://odis-berlin.de\"\u003e\n        \u003cbr /\u003e\n        \u003cbr /\u003e\n        \u003cimg width=\"200\" src=\"https://logos.citylab-berlin.org/logo-odis-berlin.svg\" /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      Together with: \u003ca href=\"https://citylab-berlin.org/en/start/\"\u003e\n        \u003cbr /\u003e\n        \u003cbr /\u003e\n        \u003cimg width=\"200\" src=\"https://logos.citylab-berlin.org/logo-citylab-berlin.svg\" /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      A project by: \u003ca href=\"https://www.technologiestiftung-berlin.de/en/\"\u003e\n        \u003cbr /\u003e\n        \u003cbr /\u003e\n        \u003cimg width=\"150\" src=\"https://logos.citylab-berlin.org/logo-technologiestiftung-berlin-en.svg\" /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      Supported by: \u003ca href=\"https://www.berlin.de/sen/inneres/\"\u003e\n        \u003cbr /\u003e\n        \u003cbr /\u003e\n        \u003cimg width=\"100\" src=\"https://logos.citylab-berlin.org/logo-berlin-seninnds-en.svg\" /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnologiestiftung%2Fodis-masterportal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnologiestiftung%2Fodis-masterportal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnologiestiftung%2Fodis-masterportal/lists"}