GGillette at telepak.com
2012-Jun-22 13:31 UTC
[Mapstraction] Dispaying data that is stored on private server.
Hello, I am relatively new to this API business. I have learned a lot messing around in Google Earth/Maps API playground. Including that you cannot display kml that is being pulled from a private server. This information that I want to display is very proprietary and hosting it on a public server is not an option. I do however own a license to Global Mapper which would allow me to convert my .kml files to one of several different formats. My question is, is there a format that I can convert my .kml files and have them stored on a private server and have the capability to display them using the Mapstraction API? If the answer is yes, could you point me in the direction of how to go about this? Thank you, Gary Gillette -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20120622/75842045/attachment.htm>
Dylan Mikus
2012-Jun-22 14:33 UTC
[Mapstraction] Dispaying data that is stored on private server.
Well, here is a method in the Mapstraction class for adding an overlay that reads in its data from KML or GeoRSS: http://mapstraction.com/mxn/build/latest/docs/symbols/mxn.Mapstraction.html#addOverlay You could pay for server hosting and then host your file there or self-host it. People would still be able to see the file that you are reading in, though, and I''m not sure how to obfuscate it. - Dylan On Fri, Jun 22, 2012 at 9:31 AM, GGillette at telepak.com < GGillette at telepak.com> wrote:> Hello,**** > > ** ** > > I am relatively new to this API business. I have learned a lot messing > around in Google Earth/Maps API playground. Including that you cannot > display kml that is being pulled from a private server. This information > that I want to display is very proprietary and hosting it on a public > server is not an option. I do however own a license to Global Mapper which > would allow me to convert my .kml files to one of several different > formats. **** > > ** ** > > My question is, is there a format that I can convert my .kml files and > have them stored on a private server and have the capability to display > them using the Mapstraction API? If the answer is yes, could you point me > in the direction of how to go about this?**** > > ** ** > > Thank you,**** > > ** ** > > *Gary Gillette * > > ** ** > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20120622/f13ac2ad/attachment.htm>
Dylan Kuhn
2012-Jun-22 14:47 UTC
[Mapstraction] Dispaying data that is stored on private server.
I would research the licenses of the various APIs and perhaps just use the one that provides you the most flexibility. OpenLayers with a private tile server is probably one option, but I''m not too well versed in the licensing options. Right now some Mapstraction providers, like OpenLayers, will work with a private KML file and others like Google won''t. Using Mapstraction would might increase your chances of being able to switch providers if you needed to, but using provider-specific features like this circumvents many of the benefits of the abstraction. -dylan- (a different dylan :) On Fri, Jun 22, 2012 at 7:33 AM, Dylan Mikus <mikus at rhiza.com> wrote:> Well, here is a method in the Mapstraction class for adding an overlay > that reads in its data from KML or GeoRSS: > http://mapstraction.com/mxn/build/latest/docs/symbols/mxn.Mapstraction.html#addOverlay > > You could pay for server hosting and then host your file there or > self-host it. People would still be able to see the file that you are > reading in, though, and I''m not sure how to obfuscate it. > > - Dylan > > On Fri, Jun 22, 2012 at 9:31 AM, GGillette at telepak.com < > GGillette at telepak.com> wrote: > >> Hello,**** >> >> ** ** >> >> I am relatively new to this API business. I have learned a lot messing >> around in Google Earth/Maps API playground. Including that you cannot >> display kml that is being pulled from a private server. This information >> that I want to display is very proprietary and hosting it on a public >> server is not an option. I do however own a license to Global Mapper which >> would allow me to convert my .kml files to one of several different >> formats. **** >> >> ** ** >> >> My question is, is there a format that I can convert my .kml files and >> have them stored on a private server and have the capability to display >> them using the Mapstraction API? If the answer is yes, could you point me >> in the direction of how to go about this?**** >> >> ** ** >> >> Thank you,**** >> >> ** ** >> >> *Gary Gillette * >> >> ** ** >> >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20120622/ec08ea7a/attachment.htm>
GGillette at telepak.com
2012-Jun-22 15:07 UTC
[Mapstraction] Dispaying data that is stored on private server.
I am a troubleshooter by nature so I work with a known good and go backwards from there. In the Mapstraction sandbox I have been successful in getting (publically hosted) kml to show whenever I used the google canvas. So I attempted to use the same kml to see if it would work using the OpenLayers canvas. Sadly the kml did not display. If I am not able to get publicly hosted kml layers to show, then deductive reasoning tells me that a private hosted kml file will not show either. Or am I missing something? From: mapstraction-bounces at lists.mapstraction.com [mailto:mapstraction-bounces at lists.mapstraction.com] On Behalf Of Dylan Kuhn Sent: Friday, June 22, 2012 9:47 AM To: mapstraction at lists.mapstraction.com Subject: Re: [Mapstraction] Dispaying data that is stored on private server. I would research the licenses of the various APIs and perhaps just use the one that provides you the most flexibility. OpenLayers with a private tile server is probably one option, but I''m not too well versed in the licensing options. Right now some Mapstraction providers, like OpenLayers, will work with a private KML file and others like Google won''t. Using Mapstraction would might increase your chances of being able to switch providers if you needed to, but using provider-specific features like this circumvents many of the benefits of the abstraction. -dylan- (a different dylan :) On Fri, Jun 22, 2012 at 7:33 AM, Dylan Mikus <mikus at rhiza.com<mailto:mikus at rhiza.com>> wrote: Well, here is a method in the Mapstraction class for adding an overlay that reads in its data from KML or GeoRSS: http://mapstraction.com/mxn/build/latest/docs/symbols/mxn.Mapstraction.html#addOverlay You could pay for server hosting and then host your file there or self-host it. People would still be able to see the file that you are reading in, though, and I''m not sure how to obfuscate it. - Dylan On Fri, Jun 22, 2012 at 9:31 AM, GGillette at telepak.com<mailto:GGillette at telepak.com> <GGillette at telepak.com<mailto:GGillette at telepak.com>> wrote: Hello, I am relatively new to this API business. I have learned a lot messing around in Google Earth/Maps API playground. Including that you cannot display kml that is being pulled from a private server. This information that I want to display is very proprietary and hosting it on a public server is not an option. I do however own a license to Global Mapper which would allow me to convert my .kml files to one of several different formats. My question is, is there a format that I can convert my .kml files and have them stored on a private server and have the capability to display them using the Mapstraction API? If the answer is yes, could you point me in the direction of how to go about this? Thank you, Gary Gillette _______________________________________________ Mapstraction mailing list Mapstraction at lists.mapstraction.com<mailto:Mapstraction at lists.mapstraction.com> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com _______________________________________________ Mapstraction mailing list Mapstraction at lists.mapstraction.com<mailto:Mapstraction at lists.mapstraction.com> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20120622/c3075af7/attachment-0001.htm>
ed at marketstone.com
2012-Jun-22 15:42 UTC
[Mapstraction] Dispaying data that is stored on private server.
<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>We are using AWS cloudfront to stream are videos at <a href="http://www.taxeducationnow.com">http://www.taxeducationnow.com</a>/ and it completely hides where it is coming from and the free for one year micro instance makes drupal scream! worth a look.</div><div><br></div><div>comparison: <br></div><div><a href="http://twinfalls-id.us/">http://twinfalls-id.us/</a><br> aws micro instance, free for year around $20.00 month, debian LAMP </div><div><a href="http://www.marketstone.com/clients/zeda/">http://www.marketstone.com/clients/zeda/</a><br> godaddy $5.99 per month 4gh LAMP</div><div></div><div><br></div><div>Randy Poole<br>(503) 929-6176<br><a href="mailto:ed@marketstone.com">ed@marketstone.com</a><br>Portland, Oregon<br><a href="http://www.marketstone.com">www.marketstone.com</a><br><br><br></div> <blockquote id="replyBlockquote" webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;"> <div id="wmQuoteWrapper"> -------- Original Message --------<br> Subject: Re: [Mapstraction] Dispaying data that is stored on private<br> server.<br> From: "<a href="mailto:GGillette@telepak.com">GGillette@telepak.com</a>" <<a href="mailto:GGillette@telepak.com">GGillette@telepak.com</a>><br> Date: Fri, June 22, 2012 8:07 am<br> To: "<a href="mailto:mapstraction@lists.mapstraction.com">mapstraction@lists.mapstraction.com</a>"<br> <<a href="mailto:mapstraction@lists.mapstraction.com">mapstraction@lists.mapstraction.com</a>><br> <br> <style> #wmQuoteWrapper /* Font Definitions */ @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} #wmQuoteWrapper @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} #wmQuoteWrapper /* Style Definitions */ p.MsoNormal, #wmQuoteWrapper li.MsoNormal, #wmQuoteWrapper div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif";} #wmQuoteWrapper a:link, #wmQuoteWrapper span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} #wmQuoteWrapper a:visited, #wmQuoteWrapper span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} #wmQuoteWrapper span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} #wmQuoteWrapper .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri","sans-serif";} #wmQuoteWrapper @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} #wmQuoteWrapper div.WordSection1 {page:WordSection1;} </style><div class="WordSection1"><div class="MsoNormal" style="font-size:12pt;"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I am a troubleshooter by nature so I work with a known good and go backwards from there. <o:p></o:p></span></div><div class="MsoNormal" style="font-size:12pt;"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></div><div class="MsoNormal" style="font-size:12pt;"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">In the Mapstraction sandbox I have been successful in getting (publically hosted) kml to show whenever I used the google canvas. So I attempted to use the same kml to see if it would work using the OpenLayers canvas. Sadly the kml did not display. If I am not able to get publicly hosted kml layers to show, then deductive reasoning tells me that a private hosted kml file will not show either. Or am I missing something? <o:p></o:p></span></div><div class="MsoNormal" style="font-size:12pt;"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></div><div class="MsoNormal" style="font-size:12pt;"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:mapstraction-bounces@lists.mapstraction.com">mapstraction-bounces@lists.mapstraction.com</a> [<a href="mailto:mapstraction-bounces@lists.mapstraction.com">mailto:mapstraction-bounces@lists.mapstraction.com</a>] <b>On Behalf Of </b>Dylan Kuhn<br><b>Sent:</b> Friday, June 22, 2012 9:47 AM<br><b>To:</b> <a href="mailto:mapstraction@lists.mapstraction.com">mapstraction@lists.mapstraction.com</a><br><b>Subject:</b> Re: [Mapstraction] Dispaying data that is stored on private server.<o:p></o:p></span></div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div><div class="MsoNormal" style="font-size:12pt;">I would research the licenses of the various APIs and perhaps just use the one that provides you the most flexibility. OpenLayers with a private tile server is probably one option, but I''m not too well versed in the licensing options.<o:p></o:p></div><div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;">Right now some Mapstraction providers, like OpenLayers, will work with a private KML file and others like Google won''t. Using Mapstraction would might increase your chances of being able to switch providers if you needed to, but using provider-specific features like this circumvents many of the benefits of the abstraction.<o:p></o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;margin-bottom:12.0pt">-dylan- (a different dylan :)<o:p></o:p></div><div><div class="MsoNormal" style="font-size:12pt;">On Fri, Jun 22, 2012 at 7:33 AM, Dylan Mikus <<a href="mailto:mikus@rhiza.com" target="_blank">mikus@rhiza.com</a>> wrote:<o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;">Well, here is a method in the Mapstraction class for adding an overlay that reads in its data from KML or GeoRSS: <a href="http://mapstraction.com/mxn/build/latest/docs/symbols/mxn.Mapstraction.html#addOverlay" target="_blank">http://mapstraction.com/mxn/build/latest/docs/symbols/mxn.Mapstraction.html#addOverlay</a><o:p></o:p></div><div><div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;">You could pay for server hosting and then host your file there or self-host it. People would still be able to see the file that you are reading in, though, and I''m not sure how to obfuscate it.<o:p></o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;">- Dylan<o:p></o:p></div></div><div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div><div><div><div><div class="MsoNormal" style="font-size:12pt;">On Fri, Jun 22, 2012 at 9:31 AM, <a href="mailto:GGillette@telepak.com" target="_blank">GGillette@telepak.com</a> <<a href="mailto:GGillette@telepak.com" target="_blank">GGillette@telepak.com</a>> wrote:<o:p></o:p></div></div></div><blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><div><div><div><div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hello,<o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">I am relatively new to this API business. I have learned a lot messing around in Google Earth/Maps API playground. Including that you cannot display kml that is being pulled from a private server. This information that I want to display is very proprietary and hosting it on a public server is not an option. I do however own a license to Global Mapper which would allow me to convert my .kml files to one of several different formats. <o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">My question is, is there a format that I can convert my .kml files and have them stored on a private server and have the capability to display them using the Mapstraction API? If the answer is yes, could you point me in the direction of how to go about this?<o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thank you,<o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:14.0pt">Gary Gillette </span></b><o:p></o:p></div><div class="MsoNormal" style="font-size:12pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></div></div></div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div></div><div class="MsoNormal" style="font-size:12pt;margin-bottom:12.0pt">_______________________________________________<br>Mapstraction mailing list<br><a href="mailto:Mapstraction@lists.mapstraction.com" target="_blank">Mapstraction@lists.mapstraction.com</a><br><a href="http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com" target="_blank">http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com</a><o:p></o:p></div></blockquote></div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div></div><div class="MsoNormal" style="font-size:12pt;margin-bottom:12.0pt"><br>_______________________________________________<br>Mapstraction mailing list<br><a target="_blank" href="mailto:Mapstraction@lists.mapstraction.com">Mapstraction@lists.mapstraction.com</a><br><a href="http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com" target="_blank">http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com</a><o:p></o:p></div></div><div class="MsoNormal" style="font-size:12pt;"><o:p> </o:p></div></div></div><hr>_______________________________________________<br> Mapstraction mailing list<br> <a href="mailto:Mapstraction@lists.mapstraction.com">Mapstraction@lists.mapstraction.com</a><br> <a href="http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com">http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com</a><br> </div> </blockquote></span></body></html>
Dylan Kuhn
2012-Jun-22 15:53 UTC
[Mapstraction] Dispaying data that is stored on private server.
The sandbox unfortunately is quite out of date, and so not a known good. Starting with the wiki example would be better: https://github.com/mapstraction/mxn/wiki -dylan- P.S. can a list admin ban the marketing spammer that replied before me? On Fri, Jun 22, 2012 at 8:07 AM, GGillette at telepak.com < GGillette at telepak.com> wrote:> I am a troubleshooter by nature so I work with a known good and go > backwards from there. **** > > ** ** > > In the Mapstraction sandbox I have been successful in getting (publically > hosted) kml to show whenever I used the google canvas. So I attempted to > use the same kml to see if it would work using the OpenLayers canvas. Sadly > the kml did not display. If I am not able to get publicly hosted kml layers > to show, then deductive reasoning tells me that a private hosted kml file > will not show either. Or am I missing something? **** > > ** ** > > * > * >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20120622/4f27f361/attachment.htm>