NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jari@softmade.fi

Pages: 1 ... 7 8 [9]
121
Web Server - Ask For Help / Google Places JavaScript API
« on: May 12, 2014, 12:57:21 AM »
Hello

Has anyone tried the Google Places JavaScript API with NetTalk

Jari

122
Web Server - Ask For Help / Re: 6000 markers
« on: May 08, 2014, 07:07:09 AM »
Found !!!

That was really easy.

I just added name of my own script in Webserver / extensions / Nettalk or NetSimple object / Settings / scripts.


123
Web Server - Ask For Help / Re: 6000 markers
« on: May 08, 2014, 06:32:55 AM »
Thanks Bruce

I added in a couple of markers, and they work well.
But now they are in jquery.nt-maps.js file

Is there any examples of how and where the file is added?

124
Web Server - Ask For Help / 6000 markers
« on: May 08, 2014, 03:20:07 AM »
Hello
I need markers, with the car number from 1 - 999 in six colors.
Markers themselves are not the problem:  http://www.lumiere-couleur.com/pub/soft/markers/  

But is  the only way to add the script to jquery.nt-maps.js file for each mark ?

Regards

Jari

125
Thanks Bruce

I will check this

I would just like to add, move and delete markers without database saving.

I also try to use queue from data source, but failed that too.

Unknown identifier: X - C:\Clarion9\InvataksiC9\WEBajojarj\WEBajojarj011.clw:4402,10
Unknown identifier: X - C:\Clarion9\InvataksiC9\WEBajojarj\WEBajojarj011.clw:4403,18
Unknown identifier: X - C:\Clarion9\InvataksiC9\WEBajojarj\WEBajojarj011.clw:4405,65

After inserted X in local data I still did not get markers. I did not try this very seriously, so it can work anyway

Jari

126
Thanks Bruce

I tryed with this but not working.
p_web.Script('$("#' & p_web._jsok(p_web.nocolon('AccidentsMap')) & '").ntmap("removeMarker","_home_");')

There must be something in "_home_" part of code because  this works fine:

p_web.Script('$("#' & p_web._jsok(p_web.nocolon('AccidentsMap')) & '").ntmap("removeMarker","'&p_web.GetValue('_marker_')&'");')

.. and markers are clustered

127
Hello

I can create mark with code:

   p_web.Script('$("#' & p_web._jsok(p_web.nocolon('MyMap')) & '").ntmap("addMarkerToCluster","'&p_web._jsok('Car')&'","_MyMARK_",'&p_web.GetLatLng(AJO:y)&','&p_web.GetLatLng(AJO:x)&','&p_web.WrapOptions(loc:options)&',"",0,2);')

But how can I remove or update mark?

This is not working:
 p_web.Script('$("#' & p_web._jsok(p_web.nocolon('MyMap')) & '").ntmap("removeMarker","_MyMark_");')

What am  I missing ???

Thanks

Jari

128
Web Server - Ask For Help / Re: Browse lookups not working
« on: April 27, 2014, 09:01:43 PM »
Same here. I removed the the browse procedure and let the wizard do it again.
NT 8.06

Jari

129
Hello

I use NetTalk8 with Mysql.
My problem is that after insert new record the browse is not in that record.
I think that the problem is in uniquekey which use serverside autoinc field

Any ideas

Jari

130
There is option: Disable clustering at zoom.
When this is set to 1 markers are not clustered and now they can move

131
This is almost solved with this code.
Only problem is clustered markers.
Any ideas ?

 
      Relate:Accident.open
      clear(Acc:record)
      set(Acc:GuidKey,Acc:GuidKey)
      loop
            next(Accident)
            if error()
               break
            .
            Acc:Latitude=Acc:Latitude-0.001
            put(Accident)

  !Here start the code  that moves markers
            marker"=p_web.AddBrowseValue('AccidentsMap','Accident',Acc:GuidKey)
            p_web.Script('$("#' & p_web._jsok(p_web.nocolon('AccidentsMap')) & '").ntmap("updateMarker","'&clip(marker")&'",'&p_web.GetLatLng(Acc:Latitude)&','&p_web.GetLatLng(Acc:Longitude)&','&p_web.WrapOptions(loc:options)&');')
      .

132
Web Server - Ask For Help / Re: NT 8.02 Map Providers
« on: March 21, 2014, 10:58:39 PM »
Did you get Nokia Maps to work Debra?

I tried to change the (Web 76) MapQuest to Nokia, but now the maps are only displayed in gray.
Bottom right, there is a link Leaflet pages. Thats all !

I put the Nokia App from the App id and code names with quotes.
Error messages did not come.

Jari

133
Web Server - Ask For Help / NT 8.2 / Mapquest / routing problem
« on: March 21, 2014, 03:13:17 AM »
The only problem is that I can not get it to work

Regards

Jari

134
Same needs here.
Also it would be nice to know is it possible to use these markers: http://www.mapquestapi.com/staticmap/icons.html

Thanks for goog map features !!!!  :)

Jari

Pages: 1 ... 7 8 [9]