From mapbender_dev at lists.osgeo.org Wed Jun 11 11:18:13 2014 From: mapbender_dev at lists.osgeo.org (Mapbender) Date: Wed, 11 Jun 2014 18:18:13 -0000 Subject: [Mapbender-dev] [Mapbender] #915: text css as element-var Message-ID: <042.2ab459e9a284b58077d26b12baa6453f@lists.osgeo.org> #915: text css as element-var ----------------------------+----------------------------------------------- Reporter: marcm | Owner: dev Type: defect | Status: new Priority: major | Milestone: 2.7.4 release Component: administration | Version: 2.7.3 Keywords: | ----------------------------+----------------------------------------------- Since Mapbender 2.7 the "text/css" statements in element-var doesnt work. (File/css works fine) The reason is in a comment block ( }}} With Mapbender 2.6 everything worked fine. Maybe the different Doctype declaration...?. MB2.6= MB2.7= I think deleting the comment statement should solve this. (I hope this causes no other Browser incompatibility... :-) ) What do you think? -- Ticket URL: Mapbender Mapbender From mapbender_dev at lists.osgeo.org Wed Jun 11 13:42:37 2014 From: mapbender_dev at lists.osgeo.org (Mapbender) Date: Wed, 11 Jun 2014 20:42:37 -0000 Subject: [Mapbender-dev] [Mapbender] #915: text css as element-var In-Reply-To: <042.2ab459e9a284b58077d26b12baa6453f@lists.osgeo.org> References: <042.2ab459e9a284b58077d26b12baa6453f@lists.osgeo.org> Message-ID: <051.95284d1f09bf992158ebc8318b86c72e@lists.osgeo.org> #915: text css as element-var ----------------------------+----------------------------------------------- Reporter: marcm | Owner: dev Type: defect | Status: new Priority: major | Milestone: 2.8 release Component: administration | Version: 2.7.3 Keywords: | ----------------------------+----------------------------------------------- Changes (by marcm): * milestone: 2.7.4 release => 2.8 release -- Ticket URL: Mapbender Mapbender From astrid.emde at wheregroup.com Mon Jun 23 03:43:00 2014 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Mon, 23 Jun 2014 12:43:00 +0200 Subject: [Mapbender-dev] Mapbender3 define OpenLayers ratio to reduce the size of the map Message-ID: <53A804B4.1040001@wheregroup.com> Hello, there is a ticket at github about OpenLayers ratio. It can help yyou to produce small MapRequests https://github.com/mapbender/mapbender/issues/161 In the next version you will be able to define ratio in the configuration. If you want to use it already follow the instruction: In the Twig-file (Applicatioin-template), f.e MapbenderCoreBundle:Template:fullscreen.html.twig add after the loading of the JS-Assets the following line to set ratio to 1: -- Best regards Astrid Emde GIS-Consultant -------------------------------------------- Treffen Sie die WhereGroup auf der AGIT 2014 2.-4. Juli 2014 in Salzburg | www.agit.at -------------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstra?e 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 19 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 ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschl?sselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated From astrid.emde at wheregroup.com Tue Jun 24 00:39:21 2014 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Tue, 24 Jun 2014 09:39:21 +0200 Subject: [Mapbender-dev] Mapbender3 - individual FeatureInfo Style with Inline Styles Message-ID: <53A92B29.4010506@wheregroup.com> Hello, some Mapbender3 users noticed that their FeatureInfo template style got lost when they use Mapbender3. Mapbender3 ignores the external and internal Style Sheets that are used to avoid negative effects on the Mapbender3 application itself. The css can't be capsuled these days by the browsers. The FeatureInfo style can only be used if you open the FeatureInfo result in a new window. If you still want to use your indvidual style you can use inline styles. That means you add the style attribute to the relevant tag.

Test

or ... Read more https://developer.mozilla.org/de/docs/Web/CSS -- Best regards Astrid Emde GIS-Consultant -------------------------------------------- Treffen Sie die WhereGroup auf der AGIT 2014 2.-4. Juli 2014 in Salzburg | www.agit.at -------------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstra?e 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 19 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 ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschl?sselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated From astrid.emde at wheregroup.com Tue Jun 24 01:00:42 2014 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Tue, 24 Jun 2014 10:00:42 +0200 Subject: [Mapbender-dev] Mapbender3 - Symfony URL validator does not accept URLs without a dot (.) Message-ID: <53A9302A.4050302@wheregroup.com> Hello, the Symfony URL validator does not accept URLs without a dot (.) like localhost or a986123demo:8399 in Symfony version 2.1 which is used in Mapbender3 at the moment. This is a upstream Symfony bug which is solved in version 2.3. We use Symfony 2.1 at the moment. With the next Mapbender3 version in August 2014 we will move to Symfony 2.3. So the problem should be fixed in mapbender3 too. Here is the Mapbender3 ticket about this issue https://github.com/mapbender/mapbender/issues/16 WORKAROUND to load a WMS from localhost * use 127.0.0.1 instead of localhost WORKAROUND to load a WMS from an addres without dot (.) * open the getCapabilities-Url in the browser and save the document as a file in a directory which can be refered from the browser * refer to the file-URL to load the WMS -- Best regards Astrid Emde GIS-Consultant -------------------------------------------- Treffen Sie die WhereGroup auf der AGIT 2014 2.-4. Juli 2014 in Salzburg | www.agit.at -------------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstra?e 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 19 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 ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschl?sselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated