Re: [mapguide-users] fusion error - searchStr.test is not a function

2018-04-05 Thread sebafr
Regards Sebafr -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] fusion error - searchStr.test is not a function

2018-04-05 Thread sebafr
for us, there I put only: v=3 and everything worked perfect. Thanks again for your time. Sebafr -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https

[mapguide-users] fusion error - searchStr.test is not a function

2018-04-04 Thread sebafr
push(i); } } } return returnArray; }; thanks in advance sebafr -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/li

[mapguide-users] new mapguide project on linux ubuntu

2017-02-02 Thread sebafr
We are conducting initial studies for a project with Mapguide on a ubuntu Linux. We have a project running linux 12 with 32 bits, mapguide 2.6 and Postgresql 9.1 and now we would like to update it all and the first scenario was to use linux 14 with 64 bits and Mapguide 3.1 and Postgresql 9.4. Our

Re: [mapguide-users] Mapguide 3.0 Postgre view problem

2016-12-08 Thread sebafr
solution 1: (for programers people !) note: '' is two Single quotation marks guide_generic_search_table('CASE when owner = 1 THEN ''one'' when owner = 2 then ''TWO'' END ', 'piping.pipe', 'pipe.dp_oid=' || symg.dp_oid) AS owner solution 2: (for normal people!) create a view vw_pipe with the

Re: [mapguide-users] Mapguide 3.0 Postgre view problem

2016-12-08 Thread sebafr
Hi Kajar, Yes for both issues. You have to keep in mind that the function requires 3 parameters 1) return field, which can be any valid expression, with when, other functions etc. But remember only one field (or expression) per function call 2) a table name, but can be a view for example 3) a

Re: [mapguide-users] Mapguide 3.0 Postgre view problem

2016-12-06 Thread sebafr
You should update the layer (recreate if need) and mapguide (if you need to stop and restart the service) Try and see if it works: 1) Try to create another view only from the main table (no join or function), remember to put the primary key in the view 2) Create a new layer for this new view 3)

Re: [mapguide-users] Mapguide 3.0 Postgre view problem

2016-12-06 Thread sebafr
Junction of two table for mapguide is already complex (a little ;-)) First you need to create this function in your postgres, then when creating the view you will only use a table in the "from" getting the second table or how many more are needed for use in the function. View example: Create

Re: [mapguide-users] Mapguide 3.0 Postgre view problem

2016-12-06 Thread sebafr
Hi, I had the same problem here and really complex views do not work in the guide One solution is to use a function to get fields from the second table CREATE OR REPLACE FUNCTION public.guide_generic_search_table(vfield character varying, vNameTable character varying, vfilter character varying)

Re: [mapguide-users] Google Layers Not Showing - Fix to Open Layers

2016-06-07 Thread sebafr
I have problem with google layers on mapguide. The big problem was everthing look fine when use SATELLITE option (G_SATELLITE_MAP), but if use another option (G_HYBRID_MAP or G_PHYSICAL_MAP etc) the map hangs and show nothing as base layer. This post solved this. Thanks a lot -- View this