From eerriicc8181 at gmail.com Sun Mar 3 10:37:30 2019 From: eerriicc8181 at gmail.com (eric rasamoelina eric) Date: Sun, 3 Mar 2019 21:37:30 +0300 Subject: [Mapbender-dev] (no subject) In-Reply-To: <911e2308420bab27ee8eff6ac077f748@wheregroup.com> References: <911e2308420bab27ee8eff6ac077f748@wheregroup.com> Message-ID: Thank so much for your advanced!,,,,, If I open https://localhost/mapbender/app_dev.php/ ,, I see : InvalidArgumentException in YamlFileLoader.php line 366 The file "c:\ms4w\apps\mapbender3-starter-3.0.7.7\app/ config/config_dev.yml" does not contain valid YAML. On Feb 28, 2019 9:55 AM, "Astrid Emde (WhereGroup)" < astrid.emde at wheregroup.com> wrote: > Hello Eric, > > it looks like Mapbender can't connect to your database. > > Your config files look fine > > your search database is: database2_name search_db > > Did you try the app_dev.php mode? > > http://your-server/mapbender/app_dev.php > > It will offer you more details in the developer tools response > > Also make sure that you empty the cache mapbender/app/cache as changes in > the config files are cached in productive mode. > > Astrid > > > > Am 2019-02-27 19:07, schrieb eric rasamoelina eric: > >> Dear Mapbender community >> >> thank you very much!! >> >> If i open the application in a browser i receive the following error: >> >> Feature API query error.”\n\n \n > charset=\”UTF-8\” />\n An Error Occured: Internal Server >> Error\n \n \n

Oops! An Error Occurred

\n >>

The server returned a \”500 Internal Server Error\”.

\n\n >>
\n Something is broken. Please let us know what you were doing >> when this error occurred.\n We will fix it as soon as possible. Sorry >> for any inconvenience caused.\n
\n \n\n” >> >> Down below, there are the parameters.yml and config.yml. Do anybody >> know how to solve these problems? >> >> Thank you for your help and best regards, >> >> Eric >> >> I've this script >> >> config.yml >> >> imports: - { resource: parameters.yml } - { resource: security.yml } >> framework: #esi: ~ translator: { fallback: %fallback_locale% } secret: >> %secret% router: resource: "%kernel.root_dir%/config/routing.yml" >> strict_requirements: %kernel.debug% form: true csrf_protection: true >> validation: { enable_annotations: true } templating: { engines: >> ['twig'] } #assets_version: SomeVersionScheme default_locale: %locale% >> session: cookie_httponly: true cookie_secure: %cookie_secure% >> cookie_lifetime: %cookie_lifetime% # Twig Configuration twig: debug: >> %kernel.debug% strict_variables: %kernel.debug% globals: fom: %fom% >> form: resources: - 'FOMCoreBundle:Form:fields.html.twig' # Assetic >> Configuration assetic: debug: %kernel.debug% use_controller: true >> filters: cssrewrite: ~ sass: ~ # Doctrine Configuration doctrine: >> dbal: default_connection: default connections: default: driver: >> "%database_driver%" host: "%database_host%" port: "%database_port%" >> dbname: "%database_name%" path: "%database_path%" user: >> "%database_user%" password: "%database_password%" #persistent: true >> (nodekomantena) charset: UTF8 logging: %kernel.debug% profiling: >> %kernel.debug% #second database search_db: driver: >> "%database2_driver%" host: "%database2_host%" port: "%database2_port%" >> dbname: "%database2_name%" path: "%database2_path%" user: >> "%database2_user%" password: "%database2_password%" charset: UTF8 >> logging: "%kernel.debug%" profiling: "%kernel.debug%" orm: >> auto_generate_proxy_classes: %kernel.debug% auto_mapping: true # >> Swiftmailer Configuration swiftmailer: transport: %mailer_transport% >> host: %mailer_host% username: %mailer_user% password: >> %mailer_password% spool: { type: memory } # FOM Manager Configuration >> fom_manager: route_prefix: /manager # FOM User Configuration fom_user: >> selfregister: false reset_password: true max_registration_time: 1 >> max_reset_time: 1 mail_from_address: wizard at oz.net mail_from_name: >> Wizard of Oz profile_entity: FOM\UserBundle\Entity\BasicProfile >> profile_formtype: FOM\UserBundle\Form\Type\BasicProfileType >> profile_template: FOMUserBundle:User:basic_profile.html.twig >> self_registration_groups: - Self Registered - Demo Group # Allow to >> create user log table on the fly if the table doesn't exits. # >> Default: true auto_create_log_table: false # Time between to check >> login tries login_check_log_time: "-5 minutes" # Login attemps before >> delay starts login_attempts_before_delay: 3 # Login delay after all >> attemps are failed login_delay_after_fail: 5 # Seconds # OWSProxy >> Configuration ows_proxy3_core: logging: %ows_proxy3_logging% >> obfuscate_client_ip: %ows_proxy3_obfuscate_client_ip% proxy: host: >> %ows_proxy3_host% port: %ows_proxy3_port% connecttimeout: >> %ows_proxy3_connecttimeout% timeout: %ows_proxy3_timeout% user: >> %ows_proxy3_user% password: %ows_proxy3_password% checkssl: true >> noproxy: %ows_proxy3_noproxy% # Mapbender Configuration >> mapbender_core: ~ >> >> parameters.yml >> >> parameters: # database-connection "default" database_driver: pdo_pgsql >> database_host: localhost database_port: 5432 database_name: >> JDElectricite database_path: ~ database_user: postgres >> database_password: post # database-connection "search_db" >> database2_driver: pdo_pgsql database2_host: localhost database2_port: >> 5432 database2_name: search_db database2_path: ~ database2_user: >> postgres database2_password: post >> >> #database_driver: pdo_sqlite #database_host: ~ #database_port: ~ >> #database_name: ~ #database_path: %kernel.root_dir%/db/demo.sqlite >> #database_user: ~ #database_password: ~ mailer_transport: smtp >> mailer_host: localhost mailer_user: ~ mailer_password: ~ # locale en, >> de, it, es, ru, nl, pt are available fallback_locale: en locale: en >> secret: ThisTokenIsNotSoSecretChangeIt fom: server_name: Mapbender3 >> server_version: 3.0.6.3 server_logo: >> bundles/mapbendercore/image/logo_mb3.png # framework : >> http://symfony.com/doc/2.8/reference/configuration/framework >> .html#cookie-lifetime >> cookie_secure: false cookie_lifetime: 3600 # OWSProxy Configuration >> ows_proxy3_logging: false ows_proxy3_obfuscate_client_ip: true >> ows_proxy3_host: ~ ows_proxy3_port: ~ ows_proxy3_connecttimeout: 60 >> ows_proxy3_timeout: 90 ows_proxy3_user: ~ ows_proxy3_password: ~ >> ows_proxy3_noproxy: ~ >> _______________________________________________ >> Mapbender_dev mailing list >> Mapbender_dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_dev >> > > -- > -- > Mit freundlichen Grüßen > > Astrid Emde > GIS-Consultant > > ************************************************************ > **************** > FOSS Academy Kompaktkurs "Winterschule 2019" > Grundwissen zum Aufbau von Geodateninfrastrukturen mit > Open-Source-Software https://foss-academy.com/kompaktkurse > ************************************************************ > **************** > > Astrid Emde > WhereGroup GmbH & Co.KG > Eifelstraße 7 > 53119 Bonn > Germany > > Fon: +49(0)228 90 90 38 - 22 > Fax: +49(0)228 90 90 38 - 11 > > astrid.emde at wheregroup.com > www.wheregroup.com > > Folgen Sie der WhereGroup auf twitter: > http://twitter.com/WhereGroup_com > > Amtsgericht Bonn, HRA 6788 > ------------------------------- > Komplementärin: > WhereGroup Verwaltungs GmbH > vertreten durch: > Olaf Knopp, Peter Stamm > ------------------------------- > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From eerriicc8181 at gmail.com Sun Mar 3 10:42:36 2019 From: eerriicc8181 at gmail.com (eric rasamoelina eric) Date: Sun, 3 Mar 2019 21:42:36 +0300 Subject: [Mapbender-dev] (no subject) Message-ID: ParseException in Parser.php line 288: Unable to parse at line 25 (near "filters:"). Have you a ides, please!! On Mar 3, 2019 9:37 PM, "eric rasamoelina eric" wrote: Thank so much for your advanced!,,,,, If I open https://localhost/mapbender/app_dev.php/ ,, I see : InvalidArgumentException in YamlFileLoader.php line 366 The file "c:\ms4w\apps\mapbender3-starter-3.0.7.7\app/ config/config_dev.yml" does not contain valid YAML. On Feb 28, 2019 9:55 AM, "Astrid Emde (WhereGroup)" < astrid.emde at wheregroup.com> wrote: > Hello Eric, > > it looks like Mapbender can't connect to your database. > > Your config files look fine > > your search database is: database2_name search_db > > Did you try the app_dev.php mode? > > http://your-server/mapbender/app_dev.php > > It will offer you more details in the developer tools response > > Also make sure that you empty the cache mapbender/app/cache as changes in > the config files are cached in productive mode. > > Astrid > > > > Am 2019-02-27 19:07, schrieb eric rasamoelina eric: > >> Dear Mapbender community >> >> thank you very much!! >> >> If i open the application in a browser i receive the following error: >> >> Feature API query error.”\n\n \n > charset=\”UTF-8\” />\n An Error Occured: Internal Server >> Error\n \n \n

Oops! An Error Occurred

\n >>

The server returned a \”500 Internal Server Error\”.

\n\n >>
\n Something is broken. Please let us know what you were doing >> when this error occurred.\n We will fix it as soon as possible. Sorry >> for any inconvenience caused.\n
\n \n\n” >> >> Down below, there are the parameters.yml and config.yml. Do anybody >> know how to solve these problems? >> >> Thank you for your help and best regards, >> >> Eric >> >> I've this script >> >> config.yml >> >> imports: - { resource: parameters.yml } - { resource: security.yml } >> framework: #esi: ~ translator: { fallback: %fallback_locale% } secret: >> %secret% router: resource: "%kernel.root_dir%/config/routing.yml" >> strict_requirements: %kernel.debug% form: true csrf_protection: true >> validation: { enable_annotations: true } templating: { engines: >> ['twig'] } #assets_version: SomeVersionScheme default_locale: %locale% >> session: cookie_httponly: true cookie_secure: %cookie_secure% >> cookie_lifetime: %cookie_lifetime% # Twig Configuration twig: debug: >> %kernel.debug% strict_variables: %kernel.debug% globals: fom: %fom% >> form: resources: - 'FOMCoreBundle:Form:fields.html.twig' # Assetic >> Configuration assetic: debug: %kernel.debug% use_controller: true >> filters: cssrewrite: ~ sass: ~ # Doctrine Configuration doctrine: >> dbal: default_connection: default connections: default: driver: >> "%database_driver%" host: "%database_host%" port: "%database_port%" >> dbname: "%database_name%" path: "%database_path%" user: >> "%database_user%" password: "%database_password%" #persistent: true >> (nodekomantena) charset: UTF8 logging: %kernel.debug% profiling: >> %kernel.debug% #second database search_db: driver: >> "%database2_driver%" host: "%database2_host%" port: "%database2_port%" >> dbname: "%database2_name%" path: "%database2_path%" user: >> "%database2_user%" password: "%database2_password%" charset: UTF8 >> logging: "%kernel.debug%" profiling: "%kernel.debug%" orm: >> auto_generate_proxy_classes: %kernel.debug% auto_mapping: true # >> Swiftmailer Configuration swiftmailer: transport: %mailer_transport% >> host: %mailer_host% username: %mailer_user% password: >> %mailer_password% spool: { type: memory } # FOM Manager Configuration >> fom_manager: route_prefix: /manager # FOM User Configuration fom_user: >> selfregister: false reset_password: true max_registration_time: 1 >> max_reset_time: 1 mail_from_address: wizard at oz.net mail_from_name: >> Wizard of Oz profile_entity: FOM\UserBundle\Entity\BasicProfile >> profile_formtype: FOM\UserBundle\Form\Type\BasicProfileType >> profile_template: FOMUserBundle:User:basic_profile.html.twig >> self_registration_groups: - Self Registered - Demo Group # Allow to >> create user log table on the fly if the table doesn't exits. # >> Default: true auto_create_log_table: false # Time between to check >> login tries login_check_log_time: "-5 minutes" # Login attemps before >> delay starts login_attempts_before_delay: 3 # Login delay after all >> attemps are failed login_delay_after_fail: 5 # Seconds # OWSProxy >> Configuration ows_proxy3_core: logging: %ows_proxy3_logging% >> obfuscate_client_ip: %ows_proxy3_obfuscate_client_ip% proxy: host: >> %ows_proxy3_host% port: %ows_proxy3_port% connecttimeout: >> %ows_proxy3_connecttimeout% timeout: %ows_proxy3_timeout% user: >> %ows_proxy3_user% password: %ows_proxy3_password% checkssl: true >> noproxy: %ows_proxy3_noproxy% # Mapbender Configuration >> mapbender_core: ~ >> >> parameters.yml >> >> parameters: # database-connection "default" database_driver: pdo_pgsql >> database_host: localhost database_port: 5432 database_name: >> JDElectricite database_path: ~ database_user: postgres >> database_password: post # database-connection "search_db" >> database2_driver: pdo_pgsql database2_host: localhost database2_port: >> 5432 database2_name: search_db database2_path: ~ database2_user: >> postgres database2_password: post >> >> #database_driver: pdo_sqlite #database_host: ~ #database_port: ~ >> #database_name: ~ #database_path: %kernel.root_dir%/db/demo.sqlite >> #database_user: ~ #database_password: ~ mailer_transport: smtp >> mailer_host: localhost mailer_user: ~ mailer_password: ~ # locale en, >> de, it, es, ru, nl, pt are available fallback_locale: en locale: en >> secret: ThisTokenIsNotSoSecretChangeIt fom: server_name: Mapbender3 >> server_version: 3.0.6.3 server_logo: >> bundles/mapbendercore/image/logo_mb3.png # framework : >> http://symfony.com/doc/2.8/reference/configuration/framework >> .html#cookie-lifetime >> cookie_secure: false cookie_lifetime: 3600 # OWSProxy Configuration >> ows_proxy3_logging: false ows_proxy3_obfuscate_client_ip: true >> ows_proxy3_host: ~ ows_proxy3_port: ~ ows_proxy3_connecttimeout: 60 >> ows_proxy3_timeout: 90 ows_proxy3_user: ~ ows_proxy3_password: ~ >> ows_proxy3_noproxy: ~ >> _______________________________________________ >> Mapbender_dev mailing list >> Mapbender_dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_dev >> > > -- > -- > Mit freundlichen Grüßen > > Astrid Emde > GIS-Consultant > > ************************************************************ > **************** > FOSS Academy Kompaktkurs "Winterschule 2019" > Grundwissen zum Aufbau von Geodateninfrastrukturen mit > Open-Source-Software https://foss-academy.com/kompaktkurse > ************************************************************ > **************** > > Astrid Emde > WhereGroup GmbH & Co.KG > Eifelstraße 7 > 53119 Bonn > Germany > > Fon: +49(0)228 90 90 38 - 22 > Fax: +49(0)228 90 90 38 - 11 > > astrid.emde at wheregroup.com > www.wheregroup.com > > Folgen Sie der WhereGroup auf twitter: > http://twitter.com/WhereGroup_com > > Amtsgericht Bonn, HRA 6788 > ------------------------------- > Komplementärin: > WhereGroup Verwaltungs GmbH > vertreten durch: > Olaf Knopp, Peter Stamm > ------------------------------- > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From jana.bauer at next2sun.de Fri Mar 8 00:34:03 2019 From: jana.bauer at next2sun.de (Jana-Teresa Bauer) Date: Fri, 8 Mar 2019 09:34:03 +0100 Subject: [Mapbender-dev] Error digitizer Message-ID: Hi, I have a problem with my digitizer tool. When the digitizer is turned on, an error message appears: Feature API: Abfrage fehlgeschlagen. "\n\n\n\nAn Error Occured: Internal Server Error \n\n\n

Oops! An Error Occured

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you where doing when this error occured.\n We will fix it as soon as possible. Sorry for any inconvenience caused. \n
\n\n\n" Unfortunately, I do not know what the error is, the coordinate system is correctly stated. -- Mit freundlichen Grüßen, Jana-Teresa Bauer From charlotte.toma at wheregroup.com Fri Mar 8 00:50:10 2019 From: charlotte.toma at wheregroup.com (Charlotte Toma) Date: Fri, 8 Mar 2019 09:50:10 +0100 Subject: [Mapbender-dev] Error digitizer In-Reply-To: References: Message-ID: <783db9da-667e-49b4-4bbe-f1eb43d17de2@wheregroup.com> Hello Jana-Teresa, could you try it with the developer mode? There you should see the problem in a red box at the right corner of your application and in the logfiel at /mapbender/app/logs/dev.log (perhaps wrong databasename in your connection, error in yaml-definition or else). More about the developer mode (https://localhost/mapbender/app_dev.php) is here: https://doc.mapbender.org/en/installation/configuration.html?highlight=developer%20mode#production-and-development-environment-and-caching-app-php-and-app-dev-php If you can't fix it, then write us your error messages from the dev-mode : ) Best wishes, Charly -- Mit freundlichen Grüßen Charlotte Toma GIS-Consultant **************************************************************************** FOSS Academy Kompaktkurs "Winterschule 2019" Grundwissen zum Aufbau von Geodateninfrastrukturen mit Open-Source-Software https://foss-academy.com/kompaktkurse **************************************************************************** Charlotte Toma WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 24 Fax: +49(0)228 90 90 38 - 11 info at wheregroup.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- Am 08.03.19 um 09:34 schrieb Jana-Teresa Bauer: > Hi, > > I have a problem with my digitizer tool. When the digitizer is turned > on, an error message appears: > > Feature API: Abfrage fehlgeschlagen. " html>\n\n\n\nAn Error > Occured: Internal Server Error \n\n\n

Oops! An > Error Occured

\n

The server returned a \"500 Internal Server > Error\".

\n\n
\n Something is broken. Please let us know what > you where doing when this error occured.\n We will fix it as soon as > possible. Sorry for any inconvenience caused. \n >
\n\n\n" > > Unfortunately, I do not know what the error is, the coordinate system > is correctly stated. > From jana.bauer at next2sun.de Fri Mar 8 01:17:39 2019 From: jana.bauer at next2sun.de (janab) Date: Fri, 8 Mar 2019 02:17:39 -0700 (MST) Subject: [Mapbender-dev] Error digitizer In-Reply-To: <783db9da-667e-49b4-4bbe-f1eb43d17de2@wheregroup.com> References: <783db9da-667e-49b4-4bbe-f1eb43d17de2@wheregroup.com> Message-ID: <1552036659268-0.post@n6.nabble.com> The App_dev Mode does not work. I can't log in, the following error massages: https://localhost/app_dev.php : You are not allowed to access this file. Check app_dev.php for more information. https://localhost/mapbender/app_dev.php: Oops! An Error Occurred The server returned a "404 Not Found". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. -- Sent from: http://osgeo-org.1560.x6.nabble.com/mapbender-dev-f4217603.html From charlotte.toma at wheregroup.com Fri Mar 8 01:26:01 2019 From: charlotte.toma at wheregroup.com (Charlotte Toma) Date: Fri, 8 Mar 2019 10:26:01 +0100 Subject: [Mapbender-dev] Error digitizer In-Reply-To: <1552036659268-0.post@n6.nabble.com> References: <783db9da-667e-49b4-4bbe-f1eb43d17de2@wheregroup.com> <1552036659268-0.post@n6.nabble.com> Message-ID: Hi,  the developer mode is enabled for the use via localhost - to enable the access for yourself you need to add your ip or uncomment the code-block with the restriction. Open the file mapbender/web/app_dev.php and do one of the following steps: 1. Add your IP in line 16 -> array('127.0.0.1', 'fe80::1', '::1','your_ip_number')) 2. Uncomment the restriction ->  /* line 14-20 */ Be aware that the safer way is to add your ip, cause the dev-mode gives informations like passwords Wishes Charly Am 08.03.19 um 10:17 schrieb janab: > The App_dev Mode does not work. I can't log in, the following error massages: > > https://localhost/app_dev.php : > You are not allowed to access this file. Check app_dev.php for more > information. > > https://localhost/mapbender/app_dev.php: > Oops! An Error Occurred > The server returned a "404 Not Found". > Something is broken. Please let us know what you were doing when this error > occurred. We will fix it as soon as possible. Sorry for any inconvenience > caused. > > > > > -- > Sent from: http://osgeo-org.1560.x6.nabble.com/mapbender-dev-f4217603.html > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From astrid.emde at wheregroup.com Mon Mar 11 11:11:23 2019 From: astrid.emde at wheregroup.com (Astrid Emde (WhereGroup)) Date: Mon, 11 Mar 2019 19:11:23 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC Message-ID: <70fd79199fc671a33e2004111669819a@wheregroup.com> Hello Mapbender PSC-member, my colleague Marcel Normann is new in the Mapbender team and is the head of Software Development at WhereGroup. He is already involved in the Mapbender planning and process. Find out more about Marcel Normann at: https://github.com/marcelnormann I would like to make a motion to add Marcel to Mapbender PSC. https://mapbender.org/?q=en/community It would be great if someone could second the motion. And please vote till March 15, 2019. Astrid From frederik.haefker at wheregroup.com Mon Mar 11 14:51:19 2019 From: frederik.haefker at wheregroup.com (Frederik Haefker (WhereGroup)) Date: Mon, 11 Mar 2019 22:51:19 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: <70fd79199fc671a33e2004111669819a@wheregroup.com> References: <70fd79199fc671a33e2004111669819a@wheregroup.com> Message-ID: <0e6a551a-3c43-cf88-5771-3db855a37902@wheregroup.com> I second the motion. I vote with +1 Am 11.03.19 um 19:11 schrieb Astrid Emde (WhereGroup): > Hello Mapbender PSC-member, > > my colleague Marcel Normann is new in the Mapbender team and is the > head of Software Development at WhereGroup. He is already involved in > the Mapbender planning and process. > > Find out more about Marcel Normann at: > > https://github.com/marcelnormann > > I would like to make a motion to add Marcel to Mapbender PSC. > > https://mapbender.org/?q=en/community > > It would be great if someone could second the motion. And please vote > till March 15, 2019. > > Astrid > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -- **************************************************************************** FOSS Academy Kompaktkurs "Winterschule 2019" Grundwissen zum Aufbau von Geodateninfrastrukturen mit Open-Source-Software https://foss-academy.com/kompaktkurse **************************************************************************** Frederik Haefker Abteilungsleiter Projektmanagement und GIS-Consulting WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 21 Fax: +49 (0)228 / 90 90 38 - 11 frederik.haefker at wheregroup.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From astrid.emde at wheregroup.com Mon Mar 11 23:38:24 2019 From: astrid.emde at wheregroup.com (Astrid Emde (WhereGroup)) Date: Tue, 12 Mar 2019 07:38:24 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: <0e6a551a-3c43-cf88-5771-3db855a37902@wheregroup.com> References: <70fd79199fc671a33e2004111669819a@wheregroup.com> <0e6a551a-3c43-cf88-5771-3db855a37902@wheregroup.com> Message-ID: Hello, thanks Frederik for seconding the motion.. +1 from me too Astrid Am 2019-03-11 22:51, schrieb Frederik Haefker (WhereGroup): > I second the motion. > I vote with +1 > > Am 11.03.19 um 19:11 schrieb Astrid Emde (WhereGroup): >> Hello Mapbender PSC-member, >> >> my colleague Marcel Normann is new in the Mapbender team and is the >> head of Software Development at WhereGroup. He is already involved in >> the Mapbender planning and process. >> >> Find out more about Marcel Normann at: >> >> https://github.com/marcelnormann >> >> I would like to make a motion to add Marcel to Mapbender PSC. >> >> https://mapbender.org/?q=en/community >> >> It would be great if someone could second the motion. And please vote >> till March 15, 2019. >> >> Astrid >> _______________________________________________ >> Mapbender_dev mailing list >> Mapbender_dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_dev > > -- > > > **************************************************************************** > FOSS Academy Kompaktkurs "Winterschule 2019" > Grundwissen zum Aufbau von Geodateninfrastrukturen mit > Open-Source-Software > https://foss-academy.com/kompaktkurse > **************************************************************************** > > > Frederik Haefker > Abteilungsleiter Projektmanagement und GIS-Consulting > WhereGroup GmbH & Co. KG > Eifelstraße 7 > 53119 Bonn > Germany > > Fon: +49 (0)228 / 90 90 38 - 21 > Fax: +49 (0)228 / 90 90 38 - 11 > > frederik.haefker at wheregroup.com > www.wheregroup.com > Amtsgericht Bonn, HRA 6788 > ------------------------------- > Komplementärin: > WhereGroup Verwaltungs GmbH > vertreten durch: > Olaf Knopp, Peter Stamm > ------------------------------- > > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev From astrid.emde at wheregroup.com Tue Mar 12 00:22:01 2019 From: astrid.emde at wheregroup.com (Astrid Emde (WhereGroup)) Date: Tue, 12 Mar 2019 08:22:01 +0100 Subject: [Mapbender-dev] Einladung zum Mapbender Anwendertreffen auf der FOSSGIS 2019 am Donnerstag 14.03.2019 in Dresden Message-ID: <04edbfa989e251cdb03dacb47962567b@wheregroup.com> Hallo an alle Mapbender-Anwender und Interessierte, wir laden herzlich zum Mapbender Anwendertreffen auf der FOSSGIS 2019 in Dresden ein. Das Treffen findet am kommenden Donnerstag 14.03.2019 nach dem Mapbender-Vortrag statt. Das Treffen soll allen Interessierten die Möglichkeit geben, Ihre Erfahrungen mit Mapbender auszutauschen und Fragen zu stellen. Mapbender-Vortrag: Donnerstag 14.03.2019, 17:00-17:30 Uhr https://pretalx.com/fossgis2019/talk/ZVFKPQ/ Anwendertreffen: Donnerstag 14.03.2019, 17:30-18:00 Uhr https://pretalx.com/fossgis2019/talk/YH8XUW/ Das Treffen dient dem Austausch von Mapbender-Anwendern. Bis bald in Dresden Astrid Emde English: ------- Hello Mapbender User, we would like to invite you to the Mapbender User-meeting at the FOSSGIS 2019 this week in Dresden This year it's scheduled after the Mapbender-presentation. Mapbender-presentation: Donnerstag 14.03.2019, 17:00-17:30 Uhr https://pretalx.com/fossgis2019/talk/ZVFKPQ/ Anwendertreffen: Donnerstag 14.03.2019, 17:30-18:00 Uhr https://pretalx.com/fossgis2019/talk/YH8XUW/ We will publish a summary of the meeting afterwards. In in Autumn 2019 we want to organize another Mapbender User-meeting in Bonn. See you in Dresden Astrid -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant **************************************************************************** FOSS Academy Kompaktkurs "Winterschule 2019" Grundwissen zum Aufbau von Geodateninfrastrukturen mit Open-Source-Software https://foss-academy.com/kompaktkurse **************************************************************************** Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From olaf.knopp at wheregroup.com Tue Mar 12 01:29:26 2019 From: olaf.knopp at wheregroup.com (Olaf Knopp (WhereGroup)) Date: Tue, 12 Mar 2019 09:29:26 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: <70fd79199fc671a33e2004111669819a@wheregroup.com> References: <70fd79199fc671a33e2004111669819a@wheregroup.com> Message-ID: <520bb232-1626-382a-727f-ea68ffd61d91@wheregroup.com> Hi, I second the motion. I vote with +1 Greetings Olaf Am 11.03.19 um 19:11 schrieb Astrid Emde (WhereGroup): > Hello Mapbender PSC-member, > > my colleague Marcel Normann is new in the Mapbender team and is the > head of Software Development at WhereGroup. He is already involved in > the Mapbender planning and process. > > Find out more about Marcel Normann at: > > https://github.com/marcelnormann > > I would like to make a motion to add Marcel to Mapbender PSC. > > https://mapbender.org/?q=en/community > > It would be great if someone could second the motion. And please vote > till March 15, 2019. > > Astrid > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev From david.patzke at wheregroup.com Thu Mar 14 03:42:15 2019 From: david.patzke at wheregroup.com (David Patzke) Date: Thu, 14 Mar 2019 11:42:15 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: <70fd79199fc671a33e2004111669819a@wheregroup.com> References: <70fd79199fc671a33e2004111669819a@wheregroup.com> Message-ID: <1113e3ae-4fb6-248e-0d2a-9394f628d7fd@wheregroup.com> I second the motion. I vote with +1 On 11.03.19 19:11, Astrid Emde (WhereGroup) wrote: > Hello Mapbender PSC-member, > > my colleague Marcel Normann is new in the Mapbender team and is the > head of Software Development at WhereGroup. He is already involved in > the Mapbender planning and process. > > Find out more about Marcel Normann at: > > https://github.com/marcelnormann > > I would like to make a motion to add Marcel to Mapbender PSC. > > https://mapbender.org/?q=en/community > > It would be great if someone could second the motion. And please vote > till March 15, 2019. > > Astrid > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev From Rolf.Neuberger at wheregroup.com Thu Mar 14 03:42:30 2019 From: Rolf.Neuberger at wheregroup.com (Rolf Neuberger) Date: Thu, 14 Mar 2019 11:42:30 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: <70fd79199fc671a33e2004111669819a@wheregroup.com> References: <70fd79199fc671a33e2004111669819a@wheregroup.com> Message-ID: I second the motion. I vote with +1 On 11.03.19 19:11, Astrid Emde (WhereGroup) wrote: > Hello Mapbender PSC-member, > > my colleague Marcel Normann is new in the Mapbender team and is the head > of Software Development at WhereGroup. He is already involved in the > Mapbender planning and process. > > Find out more about Marcel Normann at: > > https://github.com/marcelnormann > > I would like to make a motion to add Marcel to Mapbender PSC. > > https://mapbender.org/?q=en/community > > It would be great if someone could second the motion. And please vote > till March 15, 2019. > > Astrid > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -- Rolf Neuberger WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 0 Fax: +49 (0)228 / 90 90 38 - 11 rolf.neuberger at wheregroup.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From olaf.knopp at wheregroup.com Fri Mar 15 02:31:48 2019 From: olaf.knopp at wheregroup.com (Olaf Knopp (WhereGroup)) Date: Fri, 15 Mar 2019 10:31:48 +0100 Subject: [Mapbender-dev] Mapbender API documentation Message-ID: <4790aec7-864d-6047-a105-7789509537ef@wheregroup.com> Hello Mapbender developers, the API documentation of Mapbender [1] is out of date and has to be updated for the upcoming versions 3.0.8. and 3.1. Unfortunately the software we use for the documentation (ApiGen) is not compatible with PHP versions newer 7.x. The API generation must therefore be completely re-implemented with other software. Since API documentations can easily be generated by any developer with an IDE, we consider a central documentation on the Web unnecessary in the future. If there is no massive resistance, we will switch off api.mapbender.org at 01.04.2019. Greetings Olaf [1] https://api.mapbender.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From eerriicc8181 at gmail.com Wed Mar 20 11:10:29 2019 From: eerriicc8181 at gmail.com (eric rasamoelina eric) Date: Wed, 20 Mar 2019 21:10:29 +0300 Subject: [Mapbender-dev] (no subject) In-Reply-To: References: <911e2308420bab27ee8eff6ac077f748@wheregroup.com> Message-ID: Please !, who upload pictures by digitize and show it in popup!?, Please help me! On Mar 3, 2019 9:37 PM, "eric rasamoelina eric" wrote: > Thank so much for your advanced!,,,,, If I open > https://localhost/mapbender/app_dev.php/ ,, I see : > InvalidArgumentException in YamlFileLoader.php line 366 > > The file "c:\ms4w\apps\mapbender3-starter-3.0.7.7\app/ > config/config_dev.yml" does not contain valid YAML. > On Feb 28, 2019 9:55 AM, "Astrid Emde (WhereGroup)" < > astrid.emde at wheregroup.com> wrote: > >> Hello Eric, >> >> it looks like Mapbender can't connect to your database. >> >> Your config files look fine >> >> your search database is: database2_name search_db >> >> Did you try the app_dev.php mode? >> >> http://your-server/mapbender/app_dev.php >> >> It will offer you more details in the developer tools response >> >> Also make sure that you empty the cache mapbender/app/cache as changes in >> the config files are cached in productive mode. >> >> Astrid >> >> >> >> Am 2019-02-27 19:07, schrieb eric rasamoelina eric: >> >>> Dear Mapbender community >>> >>> thank you very much!! >>> >>> If i open the application in a browser i receive the following error: >>> >>> Feature API query error.”\n\n \n >> charset=\”UTF-8\” />\n An Error Occured: Internal Server >>> Error\n \n \n

Oops! An Error Occurred

\n >>>

The server returned a \”500 Internal Server Error\”.

\n\n >>>
\n Something is broken. Please let us know what you were doing >>> when this error occurred.\n We will fix it as soon as possible. Sorry >>> for any inconvenience caused.\n
\n \n\n” >>> >>> Down below, there are the parameters.yml and config.yml. Do anybody >>> know how to solve these problems? >>> >>> Thank you for your help and best regards, >>> >>> Eric >>> >>> I've this script >>> >>> config.yml >>> >>> imports: - { resource: parameters.yml } - { resource: security.yml } >>> framework: #esi: ~ translator: { fallback: %fallback_locale% } secret: >>> %secret% router: resource: "%kernel.root_dir%/config/routing.yml" >>> strict_requirements: %kernel.debug% form: true csrf_protection: true >>> validation: { enable_annotations: true } templating: { engines: >>> ['twig'] } #assets_version: SomeVersionScheme default_locale: %locale% >>> session: cookie_httponly: true cookie_secure: %cookie_secure% >>> cookie_lifetime: %cookie_lifetime% # Twig Configuration twig: debug: >>> %kernel.debug% strict_variables: %kernel.debug% globals: fom: %fom% >>> form: resources: - 'FOMCoreBundle:Form:fields.html.twig' # Assetic >>> Configuration assetic: debug: %kernel.debug% use_controller: true >>> filters: cssrewrite: ~ sass: ~ # Doctrine Configuration doctrine: >>> dbal: default_connection: default connections: default: driver: >>> "%database_driver%" host: "%database_host%" port: "%database_port%" >>> dbname: "%database_name%" path: "%database_path%" user: >>> "%database_user%" password: "%database_password%" #persistent: true >>> (nodekomantena) charset: UTF8 logging: %kernel.debug% profiling: >>> %kernel.debug% #second database search_db: driver: >>> "%database2_driver%" host: "%database2_host%" port: "%database2_port%" >>> dbname: "%database2_name%" path: "%database2_path%" user: >>> "%database2_user%" password: "%database2_password%" charset: UTF8 >>> logging: "%kernel.debug%" profiling: "%kernel.debug%" orm: >>> auto_generate_proxy_classes: %kernel.debug% auto_mapping: true # >>> Swiftmailer Configuration swiftmailer: transport: %mailer_transport% >>> host: %mailer_host% username: %mailer_user% password: >>> %mailer_password% spool: { type: memory } # FOM Manager Configuration >>> fom_manager: route_prefix: /manager # FOM User Configuration fom_user: >>> selfregister: false reset_password: true max_registration_time: 1 >>> max_reset_time: 1 mail_from_address: wizard at oz.net mail_from_name: >>> Wizard of Oz profile_entity: FOM\UserBundle\Entity\BasicProfile >>> profile_formtype: FOM\UserBundle\Form\Type\BasicProfileType >>> profile_template: FOMUserBundle:User:basic_profile.html.twig >>> self_registration_groups: - Self Registered - Demo Group # Allow to >>> create user log table on the fly if the table doesn't exits. # >>> Default: true auto_create_log_table: false # Time between to check >>> login tries login_check_log_time: "-5 minutes" # Login attemps before >>> delay starts login_attempts_before_delay: 3 # Login delay after all >>> attemps are failed login_delay_after_fail: 5 # Seconds # OWSProxy >>> Configuration ows_proxy3_core: logging: %ows_proxy3_logging% >>> obfuscate_client_ip: %ows_proxy3_obfuscate_client_ip% proxy: host: >>> %ows_proxy3_host% port: %ows_proxy3_port% connecttimeout: >>> %ows_proxy3_connecttimeout% timeout: %ows_proxy3_timeout% user: >>> %ows_proxy3_user% password: %ows_proxy3_password% checkssl: true >>> noproxy: %ows_proxy3_noproxy% # Mapbender Configuration >>> mapbender_core: ~ >>> >>> parameters.yml >>> >>> parameters: # database-connection "default" database_driver: pdo_pgsql >>> database_host: localhost database_port: 5432 database_name: >>> JDElectricite database_path: ~ database_user: postgres >>> database_password: post # database-connection "search_db" >>> database2_driver: pdo_pgsql database2_host: localhost database2_port: >>> 5432 database2_name: search_db database2_path: ~ database2_user: >>> postgres database2_password: post >>> >>> #database_driver: pdo_sqlite #database_host: ~ #database_port: ~ >>> #database_name: ~ #database_path: %kernel.root_dir%/db/demo.sqlite >>> #database_user: ~ #database_password: ~ mailer_transport: smtp >>> mailer_host: localhost mailer_user: ~ mailer_password: ~ # locale en, >>> de, it, es, ru, nl, pt are available fallback_locale: en locale: en >>> secret: ThisTokenIsNotSoSecretChangeIt fom: server_name: Mapbender3 >>> server_version: 3.0.6.3 server_logo: >>> bundles/mapbendercore/image/logo_mb3.png # framework : >>> http://symfony.com/doc/2.8/reference/configuration/framework >>> .html#cookie-lifetime >>> cookie_secure: false cookie_lifetime: 3600 # OWSProxy Configuration >>> ows_proxy3_logging: false ows_proxy3_obfuscate_client_ip: true >>> ows_proxy3_host: ~ ows_proxy3_port: ~ ows_proxy3_connecttimeout: 60 >>> ows_proxy3_timeout: 90 ows_proxy3_user: ~ ows_proxy3_password: ~ >>> ows_proxy3_noproxy: ~ >>> _______________________________________________ >>> Mapbender_dev mailing list >>> Mapbender_dev at lists.osgeo.org >>> https://lists.osgeo.org/mailman/listinfo/mapbender_dev >>> >> >> -- >> -- >> Mit freundlichen Grüßen >> >> Astrid Emde >> GIS-Consultant >> >> ************************************************************ >> **************** >> FOSS Academy Kompaktkurs "Winterschule 2019" >> Grundwissen zum Aufbau von Geodateninfrastrukturen mit >> Open-Source-Software https://foss-academy.com/kompaktkurse >> ************************************************************ >> **************** >> >> Astrid Emde >> WhereGroup GmbH & Co.KG >> Eifelstraße 7 >> 53119 Bonn >> Germany >> >> Fon: +49(0)228 90 90 38 - 22 >> Fax: +49(0)228 90 90 38 - 11 >> >> astrid.emde at wheregroup.com >> www.wheregroup.com >> >> Folgen Sie der WhereGroup auf twitter: >> http://twitter.com/WhereGroup_com >> >> Amtsgericht Bonn, HRA 6788 >> ------------------------------- >> Komplementärin: >> WhereGroup Verwaltungs GmbH >> vertreten durch: >> Olaf Knopp, Peter Stamm >> ------------------------------- >> _______________________________________________ >> Mapbender_dev mailing list >> Mapbender_dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From charlotte.toma at wheregroup.com Fri Mar 22 01:52:37 2019 From: charlotte.toma at wheregroup.com (Charlotte Toma) Date: Fri, 22 Mar 2019 09:52:37 +0100 Subject: [Mapbender-dev] (no subject) In-Reply-To: References: <911e2308420bab27ee8eff6ac077f748@wheregroup.com> Message-ID: <63e3a93f-1c4c-5724-83b9-5345e297ae4d@wheregroup.com> Hello Eric, we use this feature a lot - if you mean the upload and display in the digitizer. Furthermore you can display your informations and pictures in your feature info request of the wms. If you have a problem to add this function we can try to help. Could you describe what is not working? You need two features in your yaml: "type: file" to add the image and "type: image" to display the image. The reference to the column in the database is the same. [1] https://doc.mapbender3.org/en/functions/editing/digitizer.html#file-upload-type-file [2]https://doc.mapbender3.org/en/functions/editing/digitizer.html#images-type-image -- Mit freundlichen Grüßen Charlotte Toma GIS-Consultant ----------------------------------- Aufwind durch Wissen! Qualifizierte Open-Source-Schulungen bei der www.foss-academy.com ----------------------------------- Charlotte Toma WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 24 Fax: +49(0)228 90 90 38 - 11 info at wheregroup.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- Am 20.03.19 um 19:10 schrieb eric rasamoelina eric: > > Please !, who upload pictures by digitize and show it in popup!?, > Please help me! > > On Mar 3, 2019 9:37 PM, "eric rasamoelina eric" > > wrote: > > Thank so much for your advanced!,,,,, If I open  > https://localhost/mapbender/app_dev.php/ > ,, I see : > InvalidArgumentException in YamlFileLoader.php line 366 > > The file "c:\ms4w\apps\mapbender3-starter-3.0.7.7\app/ > config/config_dev.yml" does not contain valid YAML. > > On Feb 28, 2019 9:55 AM, "Astrid Emde (WhereGroup)" > > > wrote: > > Hello Eric, > > it looks like Mapbender can't connect to your database. > > Your config files look fine > > your search database is: database2_name search_db > > Did you try the app_dev.php mode? > > http://your-server/mapbender/app_dev.php > > > It will offer you more details in the developer tools response > > Also make sure that you empty the cache mapbender/app/cache as > changes in the config files are cached in productive mode. > > Astrid > > > > Am 2019-02-27 19:07, schrieb eric rasamoelina eric: > > Dear Mapbender community > > thank you very much!! > > If i open the application in a browser i receive the > following error: > > Feature API query error.”\n\n > \n charset=\”UTF-8\” />\n An Error Occured: Internal > Server > Error\n \n \n

Oops! An Error > Occurred

\n >

The server returned a \”500 Internal Server > Error\”.

\n\n >
\n Something is broken. Please let us know what you > were doing > when this error occurred.\n We will fix it as soon as > possible. Sorry > for any inconvenience caused.\n
\n \n\n” > > Down below, there are the parameters.yml and config.yml. > Do anybody > know how to solve these problems? > > Thank you for your help and best regards, > > Eric > > I've this script > > config.yml > > imports: - { resource: parameters.yml } - { resource: > security.yml } > framework: #esi: ~ translator: { fallback: > %fallback_locale% } secret: > %secret% router: resource: > "%kernel.root_dir%/config/routing.yml" > strict_requirements: %kernel.debug% form: true > csrf_protection: true > validation: { enable_annotations: true } templating: { > engines: > ['twig'] } #assets_version: SomeVersionScheme > default_locale: %locale% > session: cookie_httponly: true cookie_secure: %cookie_secure% > cookie_lifetime: %cookie_lifetime% # Twig Configuration > twig: debug: > %kernel.debug% strict_variables: %kernel.debug% globals: > fom: %fom% > form: resources: - 'FOMCoreBundle:Form:fields.html.twig' # > Assetic > Configuration assetic: debug: %kernel.debug% > use_controller: true > filters: cssrewrite: ~ sass: ~ # Doctrine Configuration > doctrine: > dbal: default_connection: default connections: default: > driver: > "%database_driver%" host: "%database_host%" port: > "%database_port%" > dbname: "%database_name%" path: "%database_path%" user: > "%database_user%" password: "%database_password%" > #persistent: true > (nodekomantena) charset: UTF8 logging: %kernel.debug% > profiling: > %kernel.debug% #second database search_db: driver: > "%database2_driver%" host: "%database2_host%" port: > "%database2_port%" > dbname: "%database2_name%" path: "%database2_path%" user: > "%database2_user%" password: "%database2_password%" > charset: UTF8 > logging: "%kernel.debug%" profiling: "%kernel.debug%" orm: > auto_generate_proxy_classes: %kernel.debug% auto_mapping: > true # > Swiftmailer Configuration swiftmailer: transport: > %mailer_transport% > host: %mailer_host% username: %mailer_user% password: > %mailer_password% spool: { type: memory } # FOM Manager > Configuration > fom_manager: route_prefix: /manager # FOM User > Configuration fom_user: > selfregister: false reset_password: true > max_registration_time: 1 > max_reset_time: 1 mail_from_address: wizard at oz.net > mail_from_name: > Wizard of Oz profile_entity: > FOM\UserBundle\Entity\BasicProfile > profile_formtype: FOM\UserBundle\Form\Type\BasicProfileType > profile_template: FOMUserBundle:User:basic_profile.html.twig > self_registration_groups: - Self Registered - Demo Group # > Allow to > create user log table on the fly if the table doesn't exits. # > Default: true auto_create_log_table: false # Time between > to check > login tries login_check_log_time: "-5 minutes" # Login > attemps before > delay starts login_attempts_before_delay: 3 # Login delay > after all > attemps are failed login_delay_after_fail: 5 # Seconds # > OWSProxy > Configuration ows_proxy3_core: logging: %ows_proxy3_logging% > obfuscate_client_ip: %ows_proxy3_obfuscate_client_ip% > proxy: host: > %ows_proxy3_host% port: %ows_proxy3_port% connecttimeout: > %ows_proxy3_connecttimeout% timeout: %ows_proxy3_timeout% > user: > %ows_proxy3_user% password: %ows_proxy3_password% > checkssl: true > noproxy: %ows_proxy3_noproxy% # Mapbender Configuration > mapbender_core: ~ > > parameters.yml > > parameters: # database-connection "default" > database_driver: pdo_pgsql > database_host: localhost database_port: 5432 database_name: > JDElectricite database_path: ~ database_user: postgres > database_password: post # database-connection "search_db" > database2_driver: pdo_pgsql database2_host: localhost > database2_port: > 5432 database2_name: search_db database2_path: ~ > database2_user: > postgres database2_password: post > >  #database_driver: pdo_sqlite #database_host: ~ > #database_port: ~ > #database_name: ~ #database_path: > %kernel.root_dir%/db/demo.sqlite > #database_user: ~ #database_password: ~ mailer_transport: smtp > mailer_host: localhost mailer_user: ~ mailer_password: ~ # > locale en, > de, it, es, ru, nl, pt are available fallback_locale: en > locale: en > secret: ThisTokenIsNotSoSecretChangeIt fom: server_name: > Mapbender3 > server_version: 3.0.6.3 server_logo: > bundles/mapbendercore/image/logo_mb3.png # framework : > http://symfony.com/doc/2.8/reference/configuration/framework.html#cookie-lifetime > > cookie_secure: false cookie_lifetime: 3600 # OWSProxy > Configuration > ows_proxy3_logging: false ows_proxy3_obfuscate_client_ip: true > ows_proxy3_host: ~ ows_proxy3_port: ~ > ows_proxy3_connecttimeout: 60 > ows_proxy3_timeout: 90 ows_proxy3_user: ~ > ows_proxy3_password: ~ > ows_proxy3_noproxy: ~ > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > > https://lists.osgeo.org/mailman/listinfo/mapbender_dev > > > > -- > -- > Mit freundlichen Grüßen > > Astrid Emde > GIS-Consultant > > **************************************************************************** > FOSS Academy Kompaktkurs "Winterschule 2019" > Grundwissen zum Aufbau von Geodateninfrastrukturen mit > Open-Source-Software https://foss-academy.com/kompaktkurse > > **************************************************************************** > >   Astrid Emde >   WhereGroup GmbH & Co.KG >   Eifelstraße 7 >   53119 Bonn >   Germany > >   Fon: +49(0)228 90 90 38 - 22 >   Fax: +49(0)228 90 90 38 - 11 > >   astrid.emde at wheregroup.com >   www.wheregroup.com > >   Folgen Sie der WhereGroup auf twitter: > http://twitter.com/WhereGroup_com > > > Amtsgericht Bonn, HRA 6788 > ------------------------------- > Komplementärin: > WhereGroup Verwaltungs GmbH > vertreten durch: > Olaf Knopp, Peter Stamm > ------------------------------- > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > > https://lists.osgeo.org/mailman/listinfo/mapbender_dev > > > > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From astrid.emde at wheregroup.com Tue Mar 26 23:10:56 2019 From: astrid.emde at wheregroup.com (Astrid Emde (WhereGroup)) Date: Wed, 27 Mar 2019 07:10:56 +0100 Subject: [Mapbender-dev] Mapbender API documentation In-Reply-To: <4790aec7-864d-6047-a105-7789509537ef@wheregroup.com> References: <4790aec7-864d-6047-a105-7789509537ef@wheregroup.com> Message-ID: Am 2019-03-15 10:31, schrieb Olaf Knopp (WhereGroup): > Hello Mapbender developers, > > the API documentation of Mapbender [1] is out of date and has to be > updated for the upcoming versions 3.0.8. and 3.1. > Unfortunately the software we use for the documentation (ApiGen) is > not compatible with PHP versions newer 7.x. The API generation must > therefore be completely re-implemented with other software. > > Since API documentations can easily be generated by any developer with > an IDE, we consider a central documentation on the Web unnecessary in > the future. If there is no massive resistance, we will switch off > api.mapbender.org at 01.04.2019. > > Greetings > Olaf > > [1] https://api.mapbender.org/ Hello Devs, Looks like there is not much feedback on the api-documentation. First of april is coming closer. So if you have an opinion on the api-documentation give feedback till 1. April 2019. My personal feedback I think it is good to have an online api.documentation. But if it is not used, we can switch it of. Personally I also do not use it. * so +1 to switch the https://api.mapbender.org/ * Future: the documentation is still in the code, so maybe in the future we find an easy solution to deploy the documentation or we find a volunteer to work on it. Best regards Astrid From a.rashid.pour at wheregroup.com Thu Mar 28 03:02:44 2019 From: a.rashid.pour at wheregroup.com (A. Rashid Pour) Date: Thu, 28 Mar 2019 11:02:44 +0100 Subject: [Mapbender-dev] Fwd: [Maxxxpbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: <8142a09b26ff6c0762b2fab92dcfb897@wheregroup.com> References: <70fd79199fc671a33e2004111669819a@wheregroup.com> <8142a09b26ff6c0762b2fab92dcfb897@wheregroup.com> Message-ID: +1 for Marcel Normann Greetings Arash > > -------- Originalnachricht -------- > Betreff: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC > Datum: 2019-03-11 19:11 > Von: "Astrid Emde (WhereGroup)" > An: Mapbender Developer List <> > Antwort an: astrid.emde at wheregroup.com, Mapbender Developer List > > > Hello Mapbender PSC-member, > > my colleague Marcel Normann is new in the Mapbender team and is the > head of Software Development at WhereGroup. He is already involved in > the Mapbender planning and process. > > Find out more about Marcel Normann at: > > https://github.com/marcelnormann > > I would like to make a motion to add Marcel to Mapbender PSC. > > https://mapbender.org/?q=en/community > > It would be great if someone could second the motion. And please vote > till March 15, 2019. > > Astrid > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev > -- ----------------------------------- Aufwind durch Wissen! Qualifizierte Open-Source-Schulungen bei der www.foss-academy.com ----------------------------------- Rashid Pour Arash www.wheregroup.com ------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: pEpkey.asc Type: application/pgp-keys Size: 2472 bytes Desc: not available URL: From astrid.emde at wheregroup.com Thu Mar 28 05:33:35 2019 From: astrid.emde at wheregroup.com (Astrid Emde (WhereGroup)) Date: Thu, 28 Mar 2019 13:33:35 +0100 Subject: [Mapbender-dev] Motion to add Marcel Normann to Mapbender PSC In-Reply-To: References: <70fd79199fc671a33e2004111669819a@wheregroup.com> Message-ID: <7c603b6a91c611d72ec1b2d425c5b66e@wheregroup.com> Hello, thanks everybody for voting and welcome Marcel Normann to the Mapbender PSC. I added your name to the list https://www.mapbender.org/?q=en/community Astrid Am 2019-03-14 11:42, schrieb Rolf Neuberger: > I second the motion. > I vote with +1 > > On 11.03.19 19:11, Astrid Emde (WhereGroup) wrote: >> Hello Mapbender PSC-member, >> >> my colleague Marcel Normann is new in the Mapbender team and is the >> head of Software Development at WhereGroup. He is already involved in >> the Mapbender planning and process. >> >> Find out more about Marcel Normann at: >> >> https://github.com/marcelnormann >> >> I would like to make a motion to add Marcel to Mapbender PSC. >> >> https://mapbender.org/?q=en/community >> >> It would be great if someone could second the motion. And please vote >> till March 15, 2019. >> >> Astrid >> _______________________________________________ >> Mapbender_dev mailing list >> Mapbender_dev at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_dev > > -- > Rolf Neuberger > WhereGroup GmbH & Co. KG > Eifelstraße 7 > 53119 Bonn > Germany > > Fon: +49 (0)228 / 90 90 38 - 0 > Fax: +49 (0)228 / 90 90 38 - 11 > > rolf.neuberger at wheregroup.com > www.wheregroup.com > Amtsgericht Bonn, HRA 6788 > ------------------------------- > Komplementärin: > WhereGroup Verwaltungs GmbH > vertreten durch: > Olaf Knopp, Peter Stamm > ------------------------------- > _______________________________________________ > Mapbender_dev mailing list > Mapbender_dev at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_dev -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant ----------------------------------- Aufwind durch Wissen! Qualifizierte Open-Source-Schulungen bei der www.foss-academy.com ----------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm -------------------------------