[Mapbender-dev] (no subject)
Charlotte Toma
charlotte.toma at wheregroup.com
Fri Mar 22 01:52:37 PDT 2019
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/de/functions/editing/digitizer.html#bildanzeige-type-image>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"
> <eerriicc8181 at gmail.com <mailto:eerriicc8181 at gmail.com>> wrote:
>
> Thank so much for your advanced!,,,,, If I open
> https://localhost/mapbender/app_dev.php/
> <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 <mailto: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
> <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.”<!DOCTYPE html>\n<html>\n
> <head>\n <meta
> charset=\”UTF-8\” />\n <titel>An Error Occured: Internal
> Server
> Error</titel>\n </head>\n <body>\n <h1>Oops! An Error
> Occurred</h1>\n
> <h2>The server returned a \”500 Internal Server
> Error\”.</h2>\n\n
> <div>\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 </div>\n </body>\n</html>\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
> <mailto: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
> <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
> <mailto:Mapbender_dev at lists.osgeo.org>
> https://lists.osgeo.org/mailman/listinfo/mapbender_dev
> <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
> <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 <mailto:astrid.emde at wheregroup.com>
> www.wheregroup.com <http://www.wheregroup.com>
>
> Folgen Sie der WhereGroup auf twitter:
> http://twitter.com/WhereGroup_com
> <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
> <mailto:Mapbender_dev at lists.osgeo.org>
> https://lists.osgeo.org/mailman/listinfo/mapbender_dev
> <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: <http://lists.osgeo.org/pipermail/mapbender_dev/attachments/20190322/11562715/attachment-0001.html>
More information about the Mapbender_dev
mailing list